class |
ByteArrayToObjectConverter |
The class coverts the byte array object to be a Object instance .
|
class |
MapToPropertiesConverter |
|
class |
ObjectToByteArrayConverter |
The class coverts the Object instance to be byte array object.
|
class |
PropertiesToStringConverter |
|
class |
StringToBooleanConverter |
The class to convert String to Boolean
|
class |
StringToCharacterConverter |
The class to convert String to Character
|
class |
StringToCharArrayConverter |
The class to convert String to char[]
|
class |
StringToClassConverter |
The class to convert String to Class
|
class |
StringToDoubleConverter |
The class to convert String to Double
|
class |
StringToDurationConverter |
The class to convert String to Duration
|
class |
StringToFloatConverter |
The class to convert String to Float
|
class |
StringToInputStreamConverter |
The class to convert String to InputStream
|
class |
StringToIntegerConverter |
The class to convert String to Integer
|
class |
StringToLongConverter |
The class to convert String to Long
|
class |
StringToOptionalConverter |
The class to convert String to Optional
|
class |
StringToShortConverter |
The class to convert String to Short
|
class |
StringToStringConverter |
A class to covert String to String value, just no-op
|