Package | Description |
---|---|
org.apache.commons.jexl.util | |
org.apache.commons.jexl.util.introspection |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPropertyExecutor
Handles discovery and valuation of a
boolean object property, of the
form public boolean is<Property> when executed.
|
class |
GetExecutor
Executor that simply tries to execute a get(key)
operation.
|
class |
MapGetExecutor
GetExecutor that is smart about Maps.
|
class |
PropertyExecutor
Returned the value of object property when executed.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractExecutor |
UberspectImpl.VelGetterImpl.ae
executor for performing the get.
|
Constructor and Description |
---|
VelGetterImpl(AbstractExecutor exec)
Create the getter using an
AbstractExecutor to
do the work. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.