public class StringTransformer extends Object implements PropertyTransformer<String>
| Modifier and Type | Field and Description |
|---|---|
static StringTransformer |
SHARED_INSTANCE
Shared instance of this transformer.
|
| Constructor and Description |
|---|
StringTransformer() |
| Modifier and Type | Method and Description |
|---|---|
String |
transform(String value,
Field field)
Just returns value object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic static final StringTransformer SHARED_INSTANCE
public String transform(String value, Field field) throws TransformationException
transform in interface PropertyTransformer<String>value - value that will be transformedfield - value will be assigned to this fieldTransformationException - never thrownCopyright © 2014–2015. All rights reserved.