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, setMethodpublic 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
SetExecutorexecute in class SetExecutorIllegalAccessExceptionInvocationTargetExceptionSetExecutor.execute(java.lang.Object, java.lang.Object)Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.