public class SetPropertyExecutor extends SetExecutor
log| Constructor and Description |
|---|
SetPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
Object arg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
discover(Class<?> clazz,
String property,
Object arg) |
Object |
execute(Object o,
Object value)
Execute method against context.
|
protected Introspector |
getIntrospector() |
getMethod, isAlive, setMethodpublic SetPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
Object arg)
log - introspector - clazz - property - arg - protected Introspector getIntrospector()
protected void discover(Class<?> clazz, String property, Object arg)
clazz - property - arg - public Object execute(Object o, Object value) throws IllegalAccessException, InvocationTargetException
execute in class SetExecutoro - value - IllegalAccessExceptionInvocationTargetExceptionCopyright © 2000–2021 The Apache Software Foundation. All rights reserved.