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