public static interface JexlUberspect.ResolverStrategy
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();| Modifier and Type | Method and Description | 
|---|---|
| List<JexlUberspect.PropertyResolver> | apply(JexlOperator operator,
     Object obj)Applies this strategy to a list of resolver types. | 
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 nullCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.