Uses of Interface
software.amazon.awssdk.protocols.core.StringToValueConverter.SimpleStringToValue
-
-
Uses of StringToValueConverter.SimpleStringToValue in software.amazon.awssdk.protocols.core
Fields in software.amazon.awssdk.protocols.core declared as StringToValueConverter.SimpleStringToValue Modifier and Type Field Description static StringToValueConverter.SimpleStringToValue<BigDecimal>StringToValueConverter. TO_BIG_DECIMALstatic StringToValueConverter.SimpleStringToValue<Boolean>StringToValueConverter. TO_BOOLEANstatic StringToValueConverter.SimpleStringToValue<Double>StringToValueConverter. TO_DOUBLEstatic StringToValueConverter.SimpleStringToValue<Float>StringToValueConverter. TO_FLOATstatic StringToValueConverter.SimpleStringToValue<Integer>StringToValueConverter. TO_INTEGERstatic StringToValueConverter.SimpleStringToValue<Long>StringToValueConverter. TO_LONGstatic StringToValueConverter.SimpleStringToValue<SdkBytes>StringToValueConverter. TO_SDK_BYTESstatic StringToValueConverter.SimpleStringToValue<Short>StringToValueConverter. TO_SHORTstatic StringToValueConverter.SimpleStringToValue<String>StringToValueConverter. TO_STRINGIdentity converter.
-