public class GetExecutor extends AbstractExecutor
log| Constructor and Description |
|---|
GetExecutor(org.slf4j.Logger log,
Introspector introspector,
Class clazz,
String property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
discover(Class clazz) |
Object |
execute(Object o)
Execute method against context.
|
getMethod, isAlive, setMethodpublic GetExecutor(org.slf4j.Logger log,
Introspector introspector,
Class clazz,
String property)
log - introspector - clazz - property - protected void discover(Class clazz)
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutorexecute in class AbstractExecutorIllegalAccessExceptionInvocationTargetExceptionAbstractExecutor.execute(java.lang.Object)Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.