|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JexlUberspect.ResolverStrategy
Determines property resolution strategy.
To use a strategy instance, you have to set it at engine creation using
JexlBuilder.strategy(JexlUberspect.ResolverStrategy)
as in:
JexlEngine jexl = new JexlBuilder().strategy(MY_STRATEGY).create();
| Method Summary | |
|---|---|
List<JexlUberspect.PropertyResolver> |
apply(JexlOperator operator,
Object obj)
Applies this strategy to a list of resolver types. |
| Method Detail |
|---|
List<JexlUberspect.PropertyResolver> apply(JexlOperator operator,
Object obj)
operator - the property access operator, may be nullobj - the instance we seek to obtain a property setter/getter from, can not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||