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