| Class | Description |
|---|---|
| ArrayTransformer<T> | |
| BiFunctionTransformer<T,U,R> | |
| BooleanTransformer |
This class implements basic boolean transfromer.
|
| ByteTransformer |
Transforms String to Byte.
|
| CharTransformer |
Transformes string representation of character to character.
|
| ClassTransformer |
Returns the
Class object associated with the class or interface
with the given string name. |
| DateTransformer | |
| DoubleTransformer |
Transformes decimal that is represented as string to double
|
| EnumTransformer |
Transforms enum string representation to enum.
|
| FileTransformer |
Transforms string to file by creating new file instance.
|
| FloatTransformer |
Thransforms string that represents float in decimal format
|
| FunctionTransformer<T,R> | |
| InetSocketAddressTransformer |
Thransforms string to InetSocketAddress.
|
| IntegerTransformer |
Transfomrs string to integer.
|
| LongTransformer |
Transforms value that represents long to long.
|
| PatternTransformer |
Authomatic pattern transformer for RegExp resolving
|
| PrintStreamTransformer | |
| ShortTransformer |
Thransforms string that represents short to the short value.
|
| StringTransformer |
This class is here just for writing less "ifs" in the code.
|
Copyright © 2014–2015. All rights reserved.