| Package | Description |
|---|---|
| at.chrl.nutils.configuration | |
| at.chrl.nutils.configuration.transformers |
| Modifier and Type | Method and Description |
|---|---|
static PropertyTransformer |
PropertyTransformerFactory.newTransformer(Class clazzToTransform,
Class<? extends PropertyTransformer> tc)
Returns property transformer or throws
TransformationException if can't
create new one. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyTransformer |
PropertyTransformerFactory.newTransformer(Class clazzToTransform,
Class<? extends PropertyTransformer> tc)
Returns property transformer or throws
TransformationException if can't
create new one. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTransformer<T> |
class |
BiFunctionTransformer<T,U,R> |
class |
BooleanTransformer
This class implements basic boolean transfromer.
|
class |
ByteTransformer
Transforms String to Byte.
|
class |
CharTransformer
Transformes string representation of character to character.
|
class |
ClassTransformer
Returns the
Class object associated with the class or interface
with the given string name. |
class |
DateTransformer |
class |
DoubleTransformer
Transformes decimal that is represented as string to double
|
class |
EnumTransformer
Transforms enum string representation to enum.
|
class |
FileTransformer
Transforms string to file by creating new file instance.
|
class |
FloatTransformer
Thransforms string that represents float in decimal format
|
class |
FunctionTransformer<T,R> |
class |
InetSocketAddressTransformer
Thransforms string to InetSocketAddress.
|
class |
IntegerTransformer
Transfomrs string to integer.
|
class |
LongTransformer
Transforms value that represents long to long.
|
class |
PatternTransformer
Authomatic pattern transformer for RegExp resolving
|
class |
PrintStreamTransformer |
class |
ShortTransformer
Thransforms string that represents short to the short value.
|
class |
StringTransformer
This class is here just for writing less "ifs" in the code.
|
Copyright © 2014–2015. All rights reserved.