Class StringToValueConverter
java.lang.Object
software.amazon.awssdk.protocols.core.StringToValueConverter
Converter implementations that transform a String to a specified type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceSimple interface to convert a String to another type.static interfaceInterface to convert a String into another type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringToValueConverter.SimpleStringToValue<BigDecimal>static final StringToValueConverter.SimpleStringToValue<Boolean>static final StringToValueConverter.SimpleStringToValue<Byte>static final StringToValueConverter.SimpleStringToValue<Double>static final StringToValueConverter.SimpleStringToValue<Float>static final StringToValueConverter.SimpleStringToValue<Integer>static final StringToValueConverter.SimpleStringToValue<Long>static final StringToValueConverter.SimpleStringToValue<SdkBytes>static final StringToValueConverter.SimpleStringToValue<Short>static final StringToValueConverter.SimpleStringToValue<String>Identity converter. -
Method Summary
-
Field Details
-
TO_STRING
Identity converter. -
TO_INTEGER
-
TO_LONG
-
TO_BYTE
-
TO_SHORT
-
TO_FLOAT
-
TO_DOUBLE
-
TO_BIG_DECIMAL
-
TO_BOOLEAN
-
TO_SDK_BYTES
-