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