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 TypeMethodDescriptionvoid
add
(FieldConstruction field) void
apply
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) 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) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.thisptr.jackson.jq.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:
apply
in 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
-