Uses of Class
org.apache.commons.jexl2.internal.AbstractExecutor.Get
-
Packages that use AbstractExecutor.Get Package Description org.apache.commons.jexl2.internal -
-
Uses of AbstractExecutor.Get in org.apache.commons.jexl2.internal
Subclasses of AbstractExecutor.Get in org.apache.commons.jexl2.internal Modifier and Type Class Description 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.Methods in org.apache.commons.jexl2.internal that return AbstractExecutor.Get Modifier and Type Method Description AbstractExecutor.GetIntrospector. getGetExecutor(java.lang.Object obj, java.lang.Object identifier)Return a property getter.
-