Uses of Class
org.apache.commons.jexl3.internal.introspection.AbstractExecutor
Packages that use AbstractExecutor
Package
Description
Provides low-level introspective services.
-
Uses of AbstractExecutor in org.apache.commons.jexl3.internal.introspection
Subclasses of AbstractExecutor in org.apache.commons.jexl3.internal.introspectionModifier and TypeClassDescriptionstatic classAbstract class that is used to execute an arbitrary 'get' method.static classAbstract class that is used to execute an arbitrary method.static classAbstract class that is used to execute an arbitrary 'set' 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 set a property of an object.final classSpecialized executor to get a property from a List or array.final classSpecialized executor to set a property in a List or array.final classSpecialized executor to get a property from a Map.final classSpecialized executor to set a property in a Map.final classSpecialized executor to invoke a method on an object.final classSpecialized executor to get a property from an object.classSpecialized executor to set a property in an object.Methods in org.apache.commons.jexl3.internal.introspection with parameters of type AbstractExecutorModifier and TypeMethodDescriptionbooleanAbstractExecutor.equals(AbstractExecutor arg) Indicates whether some other executor is equivalent to this one.