public class GetExecutor extends AbstractExecutor
Modifier and Type | Field and Description |
---|---|
private Introspector |
introspector |
private java.lang.Object[] |
params |
log
Constructor and Description |
---|
GetExecutor(org.slf4j.Logger log,
Introspector introspector,
java.lang.Class<?> clazz,
java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
protected void |
discover(java.lang.Class<?> clazz) |
java.lang.Object |
execute(java.lang.Object o)
Execute method against context.
|
getMethod, isAlive, setMethod
private final Introspector introspector
private java.lang.Object[] params
public GetExecutor(org.slf4j.Logger log, Introspector introspector, java.lang.Class<?> clazz, java.lang.String property)
log
- introspector
- clazz
- property
- protected void discover(java.lang.Class<?> clazz)
clazz
- public java.lang.Object execute(java.lang.Object o) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
AbstractExecutor
execute
in class AbstractExecutor
o
- java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
AbstractExecutor.execute(java.lang.Object)