|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JexlPropertyGet | |
|---|---|
| org.apache.commons.jexl3.internal.introspection | Provides low-level introspective services. |
| org.apache.commons.jexl3.introspection | Provides high-level introspective services. |
| Uses of JexlPropertyGet in org.apache.commons.jexl3.internal.introspection |
|---|
| Classes in org.apache.commons.jexl3.internal.introspection that implement JexlPropertyGet | |
|---|---|
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 |
FieldGetExecutor
A JexlPropertyGet for public fields. |
class |
IndexedType
Abstract an indexed property container. |
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. |
| Methods in org.apache.commons.jexl3.internal.introspection that return JexlPropertyGet | |
|---|---|
static JexlPropertyGet |
FieldGetExecutor.discover(Introspector is,
Class<?> clazz,
String identifier)
Attempts to discover a FieldGetExecutor. |
static JexlPropertyGet |
IndexedType.discover(Introspector is,
Object object,
String name)
Attempts to find an indexed-property getter in an object. |
JexlPropertyGet |
Uberspect.getPropertyGet(List<JexlUberspect.PropertyResolver> resolvers,
Object obj,
Object identifier)
|
JexlPropertyGet |
SandboxUberspect.getPropertyGet(List<JexlUberspect.PropertyResolver> resolvers,
Object obj,
Object identifier)
|
JexlPropertyGet |
Uberspect.getPropertyGet(Object obj,
Object identifier)
|
JexlPropertyGet |
SandboxUberspect.getPropertyGet(Object obj,
Object identifier)
|
| Uses of JexlPropertyGet in org.apache.commons.jexl3.introspection |
|---|
| Methods in org.apache.commons.jexl3.introspection that return JexlPropertyGet | |
|---|---|
JexlPropertyGet |
JexlUberspect.PropertyResolver.getPropertyGet(JexlUberspect uber,
Object obj,
Object identifier)
Gets a property getter. |
JexlPropertyGet |
JexlUberspect.JexlResolver.getPropertyGet(JexlUberspect uber,
Object obj,
Object identifier)
|
JexlPropertyGet |
JexlUberspect.getPropertyGet(List<JexlUberspect.PropertyResolver> resolvers,
Object obj,
Object identifier)
Property getter. |
JexlPropertyGet |
JexlUberspect.getPropertyGet(Object obj,
Object identifier)
Property getter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||