Class ObjectConstruction
java.lang.Object
net.thisptr.jackson.jq.internal.tree.ObjectConstruction
- All Implemented Interfaces:
Expression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(FieldConstruction field) voidapply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) private static voidapplyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, List<FieldConstruction> fields, Map<String, com.fasterxml.jackson.databind.JsonNode> tmp) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
fields
-
-
Constructor Details
-
ObjectConstruction
public ObjectConstruction()
-
-
Method Details
-
add
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
applyRecursive
private static void applyRecursive(Scope scope, com.fasterxml.jackson.databind.JsonNode in, PathOutput output, List<FieldConstruction> fields, Map<String, com.fasterxml.jackson.databind.JsonNode> tmp) throws JsonQueryException - Throws:
JsonQueryException
-
toString
-