Class BracketExtractFieldAccess
java.lang.Object
net.thisptr.jackson.jq.internal.tree.fieldaccess.FieldAccess
net.thisptr.jackson.jq.internal.tree.fieldaccess.BracketExtractFieldAccess
- All Implemented Interfaces:
Expression
-
Field Summary
Fields inherited from class FieldAccess
permissive, target -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FieldAccess
emitAllPath, emitArrayIndexOfPath, emitArrayIndexPath, emitArrayRangeIndexPath, emitObjectFieldPathMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Constructor Details
-
BracketExtractFieldAccess
-
-
Method Details
-
toString
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Throws:
JsonQueryException
-