static class |
AbstractExecutor.Get |
Abstract class that is used to execute an arbitrary 'get' method.
|
static class |
AbstractExecutor.Method |
Abstract class that is used to execute an arbitrary method.
|
static class |
AbstractExecutor.Set |
Abstract class that is used to execute an arbitrary 'set' 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 |
DuckSetExecutor |
Specialized executor to set a property of an object.
|
class |
ListGetExecutor |
Specialized executor to get a property from a List or array.
|
class |
ListSetExecutor |
Specialized executor to set a property in a List or array.
|
class |
MapGetExecutor |
Specialized executor to get a property from a Map.
|
class |
MapSetExecutor |
Specialized executor to set a property in a Map.
|
class |
MethodExecutor |
Specialized executor to invoke a method on an object.
|
class |
PropertyGetExecutor |
Specialized executor to get a property from an object.
|
class |
PropertySetExecutor |
Specialized executor to set a property in an object.
|