public class PrintStreamTransformer extends Object implements PropertyTransformer<PrintStream>
| Modifier and Type | Field and Description |
|---|---|
static PrintStreamTransformer |
SHARED_INSTANCE |
| Constructor and Description |
|---|
PrintStreamTransformer() |
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
transform(String value,
Field field)
This method actually transforms value to object instance
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic static final PrintStreamTransformer SHARED_INSTANCE
public PrintStream transform(String value, Field field) throws TransformationException
transform in interface PropertyTransformer<PrintStream>value - value that will be transformedfield - value will be assigned to this fieldTransformationException - if something went wrongCopyright © 2014–2015. All rights reserved.