public class ShortConverter extends AbstractErpTypeConverter<Short>
Short
.Modifier and Type | Field and Description |
---|---|
static ShortConverter |
INSTANCE
Statically created instance of this converter.
|
Constructor and Description |
---|
ShortConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<Short> |
fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<Short> |
getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ConvertedObject<String> |
toDomainNonNull(Short object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
getDomainType
fromDomain, toDomain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromDomain, toDomain
public static final ShortConverter INSTANCE
@Nonnull public Class<Short> getType()
T
.@Nonnull public ConvertedObject<String> toDomainNonNull(@Nonnull Short object)
toDomainNonNull
in class AbstractTypeConverter<Short,String>
object
- The object to transform to its domain-specific counterpart.@Nonnull public ConvertedObject<Short> fromDomainNonNull(@Nonnull String domainObject)
fromDomainNonNull
in class AbstractTypeConverter<Short,String>
domainObject
- The domain-specific object to transform.Copyright © 2019 SAP SE. All rights reserved.