public class ConditionalTransformer extends Object implements FunctionTransformer
| Constructor and Description |
|---|
ConditionalTransformer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.collections.Transformer |
getSelectorTransformer()
A
Transformer that is expected to take the input and return a Transformer that will finally process the input |
void |
setSelectorTransformer(org.apache.commons.collections.Transformer selectorTransformer)
A
Transformer that is expected to take the input and return a Transformer that will finally process the input |
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Object transform(Object input)
transform in interface org.apache.commons.collections.Transformerpublic org.apache.commons.collections.Transformer getSelectorTransformer()
Transformer that is expected to take the input and return a Transformer that will finally process the inputpublic void setSelectorTransformer(org.apache.commons.collections.Transformer selectorTransformer)
Transformer that is expected to take the input and return a Transformer that will finally process the inputCopyright © 2018. All rights reserved.