Class StringFieldAccess
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.tree.fieldaccess.FieldAccess
-
- net.thisptr.jackson.jq.internal.tree.fieldaccess.StringFieldAccess
-
- All Implemented Interfaces:
Expression
public class StringFieldAccess extends FieldAccess
-
-
Field Summary
Fields Modifier and Type Field Description private Expression
field
-
Fields inherited from class net.thisptr.jackson.jq.internal.tree.fieldaccess.FieldAccess
permissive, target
-
-
Constructor Summary
Constructors Constructor Description StringFieldAccess(Expression obj, Expression field, boolean permissive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
java.lang.String
toString()
-
Methods inherited from class net.thisptr.jackson.jq.internal.tree.fieldaccess.FieldAccess
emitAllPath, emitArrayIndexOfPath, emitArrayIndexPath, emitArrayRangeIndexPath, emitObjectFieldPath
-
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 Detail
-
field
private Expression field
-
-
Constructor Detail
-
StringFieldAccess
public StringFieldAccess(Expression obj, Expression field, boolean permissive)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException
- Throws:
JsonQueryException
-
-