public class RegexReplaceTransformer extends Object implements FunctionTransformer
Constructor and Description |
---|
RegexReplaceTransformer() |
Modifier and Type | Method and Description |
---|---|
Pattern |
getRegex() |
org.apache.commons.collections.Transformer |
getReplaceTransformer() |
void |
setRegex(Pattern regex) |
void |
setReplaceTransformer(org.apache.commons.collections.Transformer replaceTransformer) |
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 Pattern getRegex()
public void setRegex(Pattern regex)
public org.apache.commons.collections.Transformer getReplaceTransformer()
public void setReplaceTransformer(org.apache.commons.collections.Transformer replaceTransformer)
Copyright © 2018. All rights reserved.