public class EncodeDecodeTransformer extends Object implements FunctionTransformer
Constructor and Description |
---|
EncodeDecodeTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSet() |
boolean |
isEncode() |
void |
setCharacterSet(String characterSet) |
void |
setEncode(boolean encode) |
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public boolean isEncode()
public void setEncode(boolean encode)
public String getCharacterSet()
public void setCharacterSet(String characterSet)
Copyright © 2018. All rights reserved.