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, setResultNamesUsed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public Object transform(Object in)
transform
in interface org.apache.commons.collections.Transformer
public org.apache.commons.collections.Transformer getTransformer()
JSONTransformer
to convert to a JSON String or format based on the configuration backing the JSONTransformer
public void setTransformer(org.apache.commons.collections.Transformer transformer)
JSONTransformer
to convert to a JSON String or format based on the configuration backing the JSONTransformer
Copyright © 2018. All rights reserved.