Uses of Interface
org.apache.commons.jexl2.introspection.JexlPropertyGet
-
Packages that use JexlPropertyGet Package Description org.apache.commons.jexl2.internal org.apache.commons.jexl2.introspection -
-
Uses of JexlPropertyGet in org.apache.commons.jexl2.internal
Classes in org.apache.commons.jexl2.internal that implement JexlPropertyGet Modifier and Type Class Description static classAbstractExecutor.GetAbstract class that is used to execute an arbitrary 'get' method.classBooleanGetExecutorSpecialized executor to get a boolean property from an object.classDuckGetExecutorSpecialized executor to get a property from an object.classListGetExecutorSpecialized executor to get a property from a List or array.classMapGetExecutorSpecialized executor to get a property from a Map.classPropertyGetExecutorSpecialized 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 JexlPropertyGet Modifier and Type Class Description static classUberspectImpl.FieldPropertyGetDeprecated.Do not use externally - will be made private in a later versionMethods in org.apache.commons.jexl2.introspection that return JexlPropertyGet Modifier and Type Method Description protected JexlPropertyGetUberspectImpl. getIndexedGet(java.lang.Object object, java.lang.String name)Attempts to find an indexed-property getter in an object.JexlPropertyGetSandboxUberspectImpl. getPropertyGet(java.lang.Object obj, java.lang.Object identifier, JexlInfo info)Property getter.JexlPropertyGetUberspect. getPropertyGet(java.lang.Object obj, java.lang.Object identifier, JexlInfo info)Property getter.JexlPropertyGetUberspectImpl. getPropertyGet(java.lang.Object obj, java.lang.Object identifier, JexlInfo info)Property getter.
-