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