public class MergeCols extends UsesIntermediateObjectImpl<Map<String,Object>> implements FunctionTransformer
transformer is a JSONTransformer.
intermediateResults, resultNamesUsed, resultsThatAreOptional| Constructor and Description |
|---|
MergeCols() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.collections.Transformer |
getTransformer()
If provided will transform the input Map of intermediate results.
|
void |
setTransformer(org.apache.commons.collections.Transformer transformer)
If provided will transform the input Map of intermediate results.
|
Object |
transform(Object in) |
determineInput, getInputFromContext, getInterMediateResults, getResultNamesThatAreOptional, getResultNamesUsed, setIntermediateResults, setResultNamesThatAreOptional, setResultNamesUsedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Object transform(Object in)
transform in interface org.apache.commons.collections.Transformerpublic org.apache.commons.collections.Transformer getTransformer()
JSONTransformer to convert to a JSON String or format based on the configuration backing the JSONTransformerpublic void setTransformer(org.apache.commons.collections.Transformer transformer)
JSONTransformer to convert to a JSON String or format based on the configuration backing the JSONTransformerCopyright © 2018. All rights reserved.