public abstract class ArrayPathToken extends PathToken
Constructor and Description |
---|
ArrayPathToken() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkArrayModel(String currentPath,
Object model,
EvaluationContextImpl ctx)
Check if model is non-null and array.
|
equals, evaluate, getNext, getPathFragment, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, isTokenDefinite, setNext, setUpstreamArrayIndex, toString
protected boolean checkArrayModel(String currentPath, Object model, EvaluationContextImpl ctx)
currentPath
- model
- ctx
- PathNotFoundException
- if model is null and evaluation must be interruptedInvalidPathException
- if model is not an array and evaluation must be interruptedCopyright © 2024. All rights reserved.