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