public static interface PathExpression.Chain
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
next(ValueResolver resolver,
Context context,
java.lang.Object data)
Call the next resolver in the chain or finish the call.
|
java.util.List<PathExpression> |
path() |
java.lang.Object next(ValueResolver resolver, Context context, java.lang.Object data)
resolver
- Value resolver.context
- Context object.data
- Data object.null
.java.util.List<PathExpression> path()
Copyright © 2010 - 2020 Adobe. All Rights Reserved