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