BooleanGetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.String key) |
Creates an instance by attempting discovery of the get method.
|
DuckGetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Object identifier) |
Creates an instance by attempting discovery of the get method.
|
DuckSetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Object key,
java.lang.Object value) |
Creates an instance.
|
ListGetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Integer key) |
Creates an instance checking for the List interface or Array capability.
|
ListSetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Integer key,
java.lang.Object value) |
Creates an instance checking for the List interface or Array capability.
|
MapGetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Object key) |
Creates an instance checking for the Map interface.
|
MapSetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.Object key,
java.lang.Object value) |
Creates an instance checking for the Map interface.
|
MethodExecutor(Introspector is,
java.lang.Object obj,
java.lang.String name,
java.lang.Object[] args) |
Creates a new instance.
|
PropertyGetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.String identifier) |
Creates an instance by attempting discovery of the get method.
|
PropertySetExecutor(Introspector is,
java.lang.Class<?> clazz,
java.lang.String identifier,
java.lang.Object arg) |
Creates an instance by attempting discovery of the set method.
|