Package | Description |
---|---|
org.apache.commons.jexl3.internal.introspection |
Provides low-level introspective services.
|
Class and Description |
---|
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.
|
Permissions
Checks whether an element (ctor, field or method) is visible by JEXL introspection.
|
PropertyGetExecutor
Specialized executor to get a property from an object.
|
PropertySetExecutor
Specialized executor to set a property in an object.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.