Class StringStringConverter
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.string.StringStringConverter
- All Implemented Interfaces:
StringConverter<String>
@ThreadSafe
@Immutable
public class StringStringConverter
extends Object
implements StringConverter<String>
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringStringConverter
create()
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:StringConverter
The type supported by this converter.- Specified by:
type
in interfaceStringConverter<String>
-
toString
Description copied from interface:StringConverter
Convert the provided object into a string.- Specified by:
toString
in interfaceStringConverter<String>
-
fromString
Description copied from interface:StringConverter
Convert the provided string into an object.- Specified by:
fromString
in interfaceStringConverter<String>
-