public class SetPropertyExecutor extends SetExecutor
Modifier and Type | Field and Description |
---|---|
private Introspector |
introspector |
log
Constructor and Description |
---|
SetPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
java.lang.Class<?> clazz,
java.lang.String property,
java.lang.Object arg) |
Modifier and Type | Method and Description |
---|---|
protected void |
discover(java.lang.Class<?> clazz,
java.lang.String property,
java.lang.Object arg) |
java.lang.Object |
execute(java.lang.Object o,
java.lang.Object value)
Execute method against context.
|
protected Introspector |
getIntrospector() |
getMethod, isAlive, setMethod
private final Introspector introspector
public SetPropertyExecutor(org.slf4j.Logger log, Introspector introspector, java.lang.Class<?> clazz, java.lang.String property, java.lang.Object arg)
log
- introspector
- clazz
- property
- arg
- protected Introspector getIntrospector()
protected void discover(java.lang.Class<?> clazz, java.lang.String property, java.lang.Object arg)
clazz
- property
- arg
- public java.lang.Object execute(java.lang.Object o, java.lang.Object value) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
execute
in class SetExecutor
o
- value
- java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException