public class JSONCopyIntoFunction extends cascading.nested.core.NestedBaseCopyFunction<JsonNode,ArrayNode>
for more details.,
Serialized Form| Constructor and Description |
|---|
JSONCopyIntoFunction(cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.CopySpec... copySpecs)
Creates a new JSONCopyIntoFunction instance.
|
JSONCopyIntoFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.CopySpec... copySpecs)
Creates a new JSONCopyIntoFunction instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isInto() |
operate, prepare, resetTransformsgetArgument, getResultNodedeepCopy, getCoercibleType, getLiteralNode, getNestedPointerCompiler, getRootNode, iterable, sizecleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, printOperationInternal, toString, toStringInternal@ConstructorProperties(value={"fieldDeclaration","copySpecs"})
public JSONCopyIntoFunction(cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.CopySpec... copySpecs)
fieldDeclaration - of FieldscopySpecs - of CopySpec...@ConstructorProperties(value={"coercibleType","fieldDeclaration","copySpecs"})
public JSONCopyIntoFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.nested.core.CopySpec... copySpecs)
coercibleType - of JSONCoercibleTypefieldDeclaration - of FieldscopySpecs - of CopySpec...Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.