public class SetPublicFieldExecutor extends SetExecutor
log| Constructor and Description | 
|---|
SetPublicFieldExecutor(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. 
 | 
Field | 
getField()  | 
protected Introspector | 
getIntrospector()  | 
boolean | 
isAlive()
Tell whether the executor is alive by looking
 at the value of the method. 
 | 
protected void | 
setField(Field field)  | 
getMethod, setMethodpublic SetPublicFieldExecutor(org.slf4j.Logger log,
                              Introspector introspector,
                              Class clazz,
                              String property,
                              Object arg)
log - introspector - clazz - property - arg - public boolean isAlive()
SetExecutorisAlive in class SetExecutorpublic Field getField()
protected void setField(Field field)
field - 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–2020 The Apache Software Foundation. All rights reserved.