Package | Description |
---|---|
org.apache.commons.jexl2.internal | |
org.apache.commons.jexl2.introspection |
Modifier and Type | Class | Description |
---|---|---|
static class |
AbstractExecutor.Get |
Abstract class that is used to execute an arbitrary 'get' method.
|
class |
BooleanGetExecutor |
Specialized executor to get a boolean property from an object.
|
class |
DuckGetExecutor |
Specialized executor to get a property from an object.
|
class |
ListGetExecutor |
Specialized executor to get a property from a List or array.
|
class |
MapGetExecutor |
Specialized executor to get a property from a Map.
|
class |
PropertyGetExecutor |
Specialized executor to get a property from an object.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
UberspectImpl.FieldPropertyGet |
Deprecated.
Do not use externally - will be made private in a later version
|
Modifier and Type | Method | Description |
---|---|---|
protected JexlPropertyGet |
UberspectImpl.getIndexedGet(java.lang.Object object,
java.lang.String name) |
Attempts to find an indexed-property getter in an object.
|
JexlPropertyGet |
SandboxUberspectImpl.getPropertyGet(java.lang.Object obj,
java.lang.Object identifier,
JexlInfo info) |
Property getter.
|
JexlPropertyGet |
Uberspect.getPropertyGet(java.lang.Object obj,
java.lang.Object identifier,
JexlInfo info) |
Property getter.
|
JexlPropertyGet |
UberspectImpl.getPropertyGet(java.lang.Object obj,
java.lang.Object identifier,
JexlInfo info) |
Property getter.
|