public class JSONSetFunction extends cascading.nested.core.NestedSetFunction<JsonNode,ArrayNode>
for more details.,
Serialized Form| Constructor and Description |
|---|
JSONSetFunction(cascading.tuple.Fields fieldDeclaration)
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into
an existing JSON object, where all the JSON object attributes are the argument field names.
|
JSONSetFunction(cascading.tuple.Fields fieldDeclaration,
cascading.tuple.Fields fromFields,
java.lang.String stringPointer)
Creates a new JSONSetFunction instance.
|
JSONSetFunction(cascading.tuple.Fields fieldDeclaration,
java.util.Map<cascading.tuple.Fields,java.lang.String> pointerMap)
Creates a new JSONSetFunction instance.
|
JSONSetFunction(cascading.tuple.Fields fieldDeclaration,
java.lang.String rootPointer)
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into
an existing JSON object, where all the JSON object attributes are the argument field names.
|
JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration)
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into
an existing JSON object, where all the JSON object attributes are the argument field names.
|
JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.tuple.Fields fromFields,
java.lang.String stringPointer)
Creates a new JSONSetFunction instance.
|
JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
java.util.Map<cascading.tuple.Fields,java.lang.String> pointerMap)
Creates a new JSONSetFunction instance.
|
JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
java.lang.String rootPointer)
Creates a new JSONSetFunction instance that will pivot all resolved arguments fields into
an existing JSON object, where all the JSON object attributes are the argument field names.
|
deepCopy, getCoercibleType, getLiteralNode, getNestedPointerCompiler, getRootNode, iterable, sizecleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, printOperationInternal, toString, toStringInternal@ConstructorProperties(value="fieldDeclaration") public JSONSetFunction(cascading.tuple.Fields fieldDeclaration)
fieldDeclaration - of Fields@ConstructorProperties(value={"fieldDeclaration","rootPointer"})
public JSONSetFunction(cascading.tuple.Fields fieldDeclaration,
java.lang.String rootPointer)
The rootPointer values specifies the base name of the final pointer path. If rootPointer is
"/person" and and argument is passed with field name "fullName", the value will be placed in "/person/fullName".
fieldDeclaration - of FieldsrootPointer - of Stringpublic JSONSetFunction(cascading.tuple.Fields fieldDeclaration, cascading.tuple.Fields fromFields, java.lang.String stringPointer)
fieldDeclaration - of FieldsfromFields - of FieldsstringPointer - of String@ConstructorProperties(value={"fieldDeclaration","pointerMap"})
public JSONSetFunction(cascading.tuple.Fields fieldDeclaration,
java.util.Map<cascading.tuple.Fields,java.lang.String> pointerMap)
fieldDeclaration - of FieldspointerMap - of Map@ConstructorProperties(value={"coercibleType","fieldDeclaration"})
public JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration)
coercibleType - of JSONCoercibleTypefieldDeclaration - of Fields@ConstructorProperties(value={"coercibleType","fieldDeclaration","rootPointer"})
public JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
java.lang.String rootPointer)
The rootPointer values specifies the base name of the final pointer path. If rootPointer is
"/person" and and argument is passed with field name "fullName", the value will be placed in "/person/fullName".
coercibleType - of JSONCoercibleTypefieldDeclaration - of FieldsrootPointer - of String@ConstructorProperties(value={"coercibleType","fieldDeclaration","fromFields","stringPointer"})
public JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
cascading.tuple.Fields fromFields,
java.lang.String stringPointer)
coercibleType - of JSONCoercibleTypefieldDeclaration - of FieldsfromFields - of FieldsstringPointer - of String@ConstructorProperties(value={"coercibleType","fieldDeclaration","pointerMap"})
public JSONSetFunction(JSONCoercibleType coercibleType,
cascading.tuple.Fields fieldDeclaration,
java.util.Map<cascading.tuple.Fields,java.lang.String> pointerMap)
coercibleType - of JSONCoercibleTypefieldDeclaration - of FieldspointerMap - of MapCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.