Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Modifier and Type | Class | Description |
---|---|---|
class |
DuckSetExecutor |
Specialized executor to set a property of an object.
|
class |
ListSetExecutor |
Specialized executor to set a property in a List or array.
|
class |
MapSetExecutor |
Specialized executor to set a property in a Map.
|
class |
PropertySetExecutor |
Specialized executor to set a property in an object.
|
Modifier and Type | Method | Description |
---|---|---|
AbstractExecutor.Set |
Introspector.getSetExecutor(java.lang.Object obj,
java.lang.Object identifier,
java.lang.Object arg) |
Return a property setter.
|