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