T - Type to convert to.@FunctionalInterface public static interface StringToValueConverter.SimpleStringToValue<T> extends StringToValueConverter.StringToValue<T>
SdkField.| Modifier and Type | Method and Description |
|---|---|
T |
convert(String s)
Converts the value to a string.
|
default T |
convert(String s,
SdkField<T> sdkField)
Converts the value to a string.
|
default T convert(String s, SdkField<T> sdkField)
StringToValueConverter.StringToValueconvert in interface StringToValueConverter.StringToValue<T>s - Value to convert from.sdkField - SdkField containing metadata about the member being unmarshalled.Copyright © 2021. All rights reserved.