Class LocaleStringConverter
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.string.LocaleStringConverter
- All Implemented Interfaces:
 StringConverter<Locale>
@ThreadSafe
@Immutable
public class LocaleStringConverter
extends Object
implements StringConverter<Locale>
- 
Method Summary
Modifier and TypeMethodDescriptionstatic LocaleStringConvertercreate()fromString(String string) Convert the provided string into an object.Convert the provided object into a string.type()The type supported by this converter. 
- 
Method Details
- 
create
 - 
type
Description copied from interface:StringConverterThe type supported by this converter.- Specified by:
 typein interfaceStringConverter<Locale>
 - 
fromString
Description copied from interface:StringConverterConvert the provided string into an object.- Specified by:
 fromStringin interfaceStringConverter<Locale>
 - 
toString
Description copied from interface:StringConverterConvert the provided object into a string.- Specified by:
 toStringin interfaceStringConverter<Locale>
 
 -