public class ByteConverter extends AbstractErpTypeConverter<Byte>
Byte
.Modifier and Type | Field and Description |
---|---|
static ByteConverter |
INSTANCE |
Constructor and Description |
---|
ByteConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<Byte> |
fromDomainNonNull(String domainObject) |
Class<Byte> |
getType() |
ConvertedObject<String> |
toDomainNonNull(Byte object) |
getDomainType
fromDomain, toDomain
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromDomain, toDomain
public static final ByteConverter INSTANCE
public ConvertedObject<String> toDomainNonNull(@NonNull Byte object)
toDomainNonNull
in class AbstractTypeConverter<Byte,String>
public ConvertedObject<Byte> fromDomainNonNull(@NonNull String domainObject)
fromDomainNonNull
in class AbstractTypeConverter<Byte,String>
Copyright © 2017 SAP SE. All rights reserved.