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, setMethod
public GetExecutor(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property)
log
- introspector
- clazz
- property
- protected void discover(Class<?> clazz)
clazz
- public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutor
execute
in class AbstractExecutor
o
- IllegalAccessException
InvocationTargetException
AbstractExecutor.execute(java.lang.Object)
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.