Uses of Interface
org.apache.commons.jexl3.introspection.JexlUberspect
Packages that use JexlUberspect
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
-
Uses of JexlUberspect in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlUberspectModifier and TypeMethodDescriptionabstract JexlUberspect
JexlEngine.getUberspect()
Gets this engine underlyingJexlUberspect
.JexlBuilder.uberspect()
Methods in org.apache.commons.jexl3 with parameters of type JexlUberspectModifier and TypeMethodDescriptionJexlBuilder.uberspect
(JexlUberspect u) Sets the JexlUberspect instance the engine will use. -
Uses of JexlUberspect in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection with parameters of type JexlUberspectModifier and TypeMethodDescriptionfinal JexlPropertyGet
JexlUberspect.JexlResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) JexlUberspect.PropertyResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) Gets a property getter.final JexlPropertySet
JexlUberspect.JexlResolver.getPropertySet
(JexlUberspect uber, Object obj, Object identifier, Object arg) JexlUberspect.PropertyResolver.getPropertySet
(JexlUberspect uber, Object obj, Object identifier, Object arg) Gets a property setter.