Uses of Interface
org.apache.commons.jexl2.introspection.JexlPropertyGet
Packages that use JexlPropertyGet
-
Uses of JexlPropertyGet in org.apache.commons.jexl2.internal
Classes in org.apache.commons.jexl2.internal that implement JexlPropertyGetModifier and TypeClassDescriptionstatic classAbstract class that is used to execute an arbitrary 'get' method.final classSpecialized executor to get a boolean property from an object.final classSpecialized executor to get a property from an object.final classSpecialized executor to get a property from a List or array.final classSpecialized executor to get a property from a Map.final classSpecialized executor to get a property from an object. -
Uses of JexlPropertyGet in org.apache.commons.jexl2.introspection
Classes in org.apache.commons.jexl2.introspection that implement JexlPropertyGetModifier and TypeClassDescriptionstatic final classDeprecated.Do not use externally - will be made private in a later versionMethods in org.apache.commons.jexl2.introspection that return JexlPropertyGetModifier and TypeMethodDescriptionprotected JexlPropertyGetUberspectImpl.getIndexedGet(Object object, String name) Attempts to find an indexed-property getter in an object.SandboxUberspectImpl.getPropertyGet(Object obj, Object identifier, JexlInfo info) Property getter.Uberspect.getPropertyGet(Object obj, Object identifier, JexlInfo info) Property getter.UberspectImpl.getPropertyGet(Object obj, Object identifier, JexlInfo info) Property getter.