Uses of Interface
org.apache.commons.jexl3.introspection.JexlPropertyGet
Packages that use JexlPropertyGet
Package
Description
Provides low-level introspective services.
Provides high-level introspective services.
-
Uses of JexlPropertyGet in org.apache.commons.jexl3.internal.introspection
Classes in org.apache.commons.jexl3.internal.introspection that implement JexlPropertyGetModifier and TypeClassDescriptionstatic class
Abstract class that is used to execute an arbitrary 'get' method.final class
Specialized executor to get a boolean property from an object.final class
Specialized executor to get a property from an object.final class
A JexlPropertyGet for public fields.final class
Abstract an indexed property container.final class
Specialized executor to get a property from a List or array.final class
Specialized executor to get a property from a Map.final class
Specialized executor to get a property from an object.Methods in org.apache.commons.jexl3.internal.introspection that return JexlPropertyGetModifier and TypeMethodDescriptionstatic JexlPropertyGet
FieldGetExecutor.discover
(Introspector is, Class<?> clazz, String identifier) Attempts to discover a FieldGetExecutor.static JexlPropertyGet
IndexedType.discover
(Introspector is, Object object, String name) Attempts to find an indexed-property getter in an object.SandboxUberspect.getPropertyGet
(Object obj, Object identifier) SandboxUberspect.getPropertyGet
(List<JexlUberspect.PropertyResolver> resolvers, Object obj, Object identifier) Uberspect.getPropertyGet
(Object obj, Object identifier) Uberspect.getPropertyGet
(List<JexlUberspect.PropertyResolver> resolvers, Object obj, Object identifier) -
Uses of JexlPropertyGet in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlPropertyGetModifier and TypeMethodDescriptionJexlUberspect.getPropertyGet
(Object obj, Object identifier) Property getter.JexlUberspect.getPropertyGet
(List<JexlUberspect.PropertyResolver> resolvers, Object obj, Object identifier) Property getter.final JexlPropertyGet
JexlUberspect.JexlResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) JexlUberspect.PropertyResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) Gets a property getter.