Uses of Interface
org.apache.commons.jexl3.introspection.JexlUberspect.ResolverStrategy
-
Packages that use JexlUberspect.ResolverStrategy Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.internal.introspection Provides low-level introspective services.org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlUberspect.ResolverStrategy in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlUberspect.ResolverStrategy Modifier and Type Field Description private JexlUberspect.ResolverStrategyJexlBuilder. strategyTheJexlUberspectresolver strategy.Methods in org.apache.commons.jexl3 that return JexlUberspect.ResolverStrategy Modifier and Type Method Description JexlUberspect.ResolverStrategyJexlBuilder. strategy()Gets the JexlUberspect strategyMethods in org.apache.commons.jexl3 with parameters of type JexlUberspect.ResolverStrategy Modifier and Type Method Description JexlBuilderJexlBuilder. strategy(JexlUberspect.ResolverStrategy rs)Sets the JexlUberspect strategy the engine will use. -
Uses of JexlUberspect.ResolverStrategy in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type JexlUberspect.ResolverStrategy Modifier and Type Method Description static UberspectEngine. getUberspect(org.apache.commons.logging.Log logger, JexlUberspect.ResolverStrategy strategy)Deprecated.3.3static UberspectEngine. getUberspect(org.apache.commons.logging.Log logger, JexlUberspect.ResolverStrategy strategy, JexlPermissions permissions)Gets the default instance of Uberspect. -
Uses of JexlUberspect.ResolverStrategy in org.apache.commons.jexl3.internal.introspection
Fields in org.apache.commons.jexl3.internal.introspection declared as JexlUberspect.ResolverStrategy Modifier and Type Field Description private JexlUberspect.ResolverStrategyUberspect. strategyThe resolver strategy.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type JexlUberspect.ResolverStrategy Constructor Description Uberspect(org.apache.commons.logging.Log runtimeLogger, JexlUberspect.ResolverStrategy sty)Creates a new Uberspect.Uberspect(org.apache.commons.logging.Log runtimeLogger, JexlUberspect.ResolverStrategy sty, JexlPermissions perms)Creates a new Uberspect. -
Uses of JexlUberspect.ResolverStrategy in org.apache.commons.jexl3.introspection
Fields in org.apache.commons.jexl3.introspection declared as JexlUberspect.ResolverStrategy Modifier and Type Field Description static JexlUberspect.ResolverStrategyJexlUberspect. JEXL_STRATEGYThe default strategy.static JexlUberspect.ResolverStrategyJexlUberspect. MAP_STRATEGYThe map strategy.
-