public class PaymentAdviceConverter extends AbstractErpTypeConverter<PaymentAdvice>
PaymentAdvice
.Modifier and Type | Field and Description |
---|---|
static PaymentAdviceConverter |
INSTANCE
Statically created instance of this converter.
|
Constructor and Description |
---|
PaymentAdviceConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<PaymentAdvice> |
fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<PaymentAdvice> |
getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ConvertedObject<String> |
toDomainNonNull(PaymentAdvice 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 PaymentAdviceConverter INSTANCE
@Nonnull public Class<PaymentAdvice> getType()
T
.@Nonnull public ConvertedObject<String> toDomainNonNull(@Nonnull PaymentAdvice object)
toDomainNonNull
in class AbstractTypeConverter<PaymentAdvice,String>
object
- The object to transform to its domain-specific counterpart.@Nonnull public ConvertedObject<PaymentAdvice> fromDomainNonNull(@Nonnull String domainObject)
fromDomainNonNull
in class AbstractTypeConverter<PaymentAdvice,String>
domainObject
- The domain-specific object to transform.Copyright © 2018 SAP SE. All rights reserved.