Uses of Package
org.apache.commons.jexl3.internal.introspection

Packages that use org.apache.commons.jexl3.internal.introspection
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.internal.introspection Provides low-level introspective services. 
 

Classes in org.apache.commons.jexl3.internal.introspection used by org.apache.commons.jexl3.internal
Uberspect
          Implementation of Uberspect to provide the default introspective functionality of JEXL.
 

Classes in org.apache.commons.jexl3.internal.introspection used by org.apache.commons.jexl3.internal.introspection
BooleanGetExecutor
          Specialized executor to get a boolean property from an object.
ConstructorMethod
          A JexlMethod that wraps a constructor.
DuckGetExecutor
          Specialized executor to get a property from an object.
DuckSetExecutor
          Specialized executor to set a property of an object.
Introspector
          This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[].
ListGetExecutor
          Specialized executor to get a property from a List or array.
ListSetExecutor
          Specialized executor to set a property in a List or array.
MapGetExecutor
          Specialized executor to get a property from a Map.
MapSetExecutor
          Specialized executor to set a property in a Map.
MethodExecutor
          Specialized executor to invoke a method on an object.
MethodKey
          A method key usable by the introspector cache.
PropertyGetExecutor
          Specialized executor to get a property from an object.
PropertySetExecutor
          Specialized executor to set a property in an object.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.