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) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-