public class PublicFieldExecutor extends AbstractExecutor
log
Constructor and Description |
---|
PublicFieldExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
Modifier and Type | Method and Description |
---|---|
protected void |
discover(Class<?> clazz,
String property) |
Object |
execute(Object o)
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, setMethod
public PublicFieldExecutor(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property)
log
- introspector
- clazz
- property
- public boolean isAlive()
AbstractExecutor
isAlive
in class AbstractExecutor
public Field getField()
protected void setField(Field field)
field
- protected Introspector getIntrospector()
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutor
execute
in class AbstractExecutor
IllegalAccessException
InvocationTargetException
AbstractExecutor.execute(java.lang.Object)
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.