Uses of Package
org.apache.commons.jexl3.internal.introspection
Packages that use org.apache.commons.jexl3.internal.introspection
Package
Description
Provides utilities for introspection services.
Provides low-level introspective services.
-
Classes in org.apache.commons.jexl3.internal.introspection used by org.apache.commons.jexl3.internalClassDescriptionImplements Uberspect to provide the default introspective functionality of JEXL.
-
Classes in org.apache.commons.jexl3.internal.introspection used by org.apache.commons.jexl3.internal.introspectionClassDescriptionAbstract class that is used to execute an arbitrary method that is introspected.Abstract class that is used to execute an arbitrary 'get' method.Abstract class that is used to execute an arbitrary method.Abstract class that is used to execute an arbitrary 'set' method.Specialized executor to get a boolean property from an object.A cache of introspection information for a specific class instance.A JexlMethod that wraps a constructor.Specialized executor to get a property from an object.Specialized executor to set a property of an object.Abstract an indexed property container.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[].Specialized executor to get a property from a List or array.Specialized executor to set a property in a List or array.Specialized executor to get a property from a Map.Specialized executor to set a property in a Map.Specialized executor to invoke a method on an object.A method key usable by the introspector cache.Simple distinguishable exception, used when we run across ambiguous overloading.Checks whether an element (ctor, field or method) is visible by JEXL introspection.Equivalent of @NoJexl on a ctor, a method or a field in a class.Equivalent of @NoJexl on a class in a package.Specialized executor to get a property from an object.Specialized executor to set a property in an object.