Class | Description |
---|---|
AbstractExecutor |
Abstract class that is used to execute an arbitrary
method that is introspected.
|
AbstractExecutor.Get |
Abstract class that is used to execute an arbitrary 'get' method.
|
AbstractExecutor.Method |
Abstract class that is used to execute an arbitrary method.
|
AbstractExecutor.Method.Parameter |
A helper class to pass the method & parameters.
|
AbstractExecutor.Set |
Abstract class that is used to execute an arbitrary 'set' method.
|
ArrayIterator |
An Iterator wrapper for an Object[].
|
ArrayListWrapper |
A class that wraps an array within an AbstractList.
|
BooleanGetExecutor |
Specialized executor to get a boolean property from an object.
|
DuckGetExecutor |
Specialized executor to get a property from an object.
|
DuckSetExecutor |
Specialized executor to set a property of an object.
|
EnumerationIterator<T> |
An Iterator wrapper for an Enumeration.
|
Introspector |
Default introspection services.
|
ListGetExecutor |
Specialized executor to get a property from a List or array.
|
ListSetExecutor |
Specialized executor to set a property in a List or array.
|
MapGetExecutor |
Specialized executor to get a property from a Map.
|
MapSetExecutor |
Specialized executor to set a property in a Map.
|
MethodExecutor |
Specialized executor to invoke a method on an object.
|
PropertyGetExecutor |
Specialized executor to get a property from an object.
|
PropertySetExecutor |
Specialized executor to set a property in an object.
|