public class BracketFieldAccess extends FieldAccess
permissive, target| Constructor and Description |
|---|
BracketFieldAccess(Expression src,
Expression atExpr,
boolean permissive) |
BracketFieldAccess(Expression src,
Expression startExpr,
Expression endExpr,
boolean permissive) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PathOutput output,
boolean requirePath) |
String |
toString() |
emitAllPath, emitArrayIndexOfPath, emitArrayIndexPath, emitArrayRangeIndexPath, emitObjectFieldPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic BracketFieldAccess(Expression src, Expression atExpr, boolean permissive)
public BracketFieldAccess(Expression src, Expression startExpr, Expression endExpr, boolean permissive)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.