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