@ThreadSafe @Immutable public class SdkBytesStringConverter extends Object implements StringConverter<SdkBytes>
Modifier and Type | Method and Description |
---|---|
static SdkBytesStringConverter |
create() |
SdkBytes |
fromString(String string)
Convert the provided string into an object.
|
String |
toString(SdkBytes object)
Convert the provided object into a string.
|
EnhancedType<SdkBytes> |
type()
The type supported by this converter.
|
public static SdkBytesStringConverter create()
public EnhancedType<SdkBytes> type()
StringConverter
type
in interface StringConverter<SdkBytes>
public String toString(SdkBytes object)
StringConverter
toString
in interface StringConverter<SdkBytes>
public SdkBytes fromString(String string)
StringConverter
fromString
in interface StringConverter<SdkBytes>
Copyright © 2023. All rights reserved.