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