public class GetExecutor extends AbstractExecutor
log
Constructor and Description |
---|
GetExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
GetExecutor(RuntimeLogger rlog,
Introspector introspector,
Class clazz,
String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
discover(Class clazz) |
Object |
execute(Object o)
Execute method against context.
|
getMethod, isAlive, setMethod
public GetExecutor(Log log, Introspector introspector, Class clazz, String property)
log
- introspector
- clazz
- property
- public GetExecutor(RuntimeLogger rlog, Introspector introspector, Class clazz, String property)
rlog
- introspector
- clazz
- property
- protected void discover(Class clazz)
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutor
execute
in class AbstractExecutor
IllegalAccessException
InvocationTargetException
AbstractExecutor.execute(java.lang.Object)
Copyright © 2000–2017. All rights reserved.