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, setMethodpublic PublicFieldExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property)
log - introspector - clazz - property - public boolean isAlive()
AbstractExecutorisAlive in class AbstractExecutorpublic Field getField()
protected void setField(Field field)
field - protected Introspector getIntrospector()
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutorexecute in class AbstractExecutorIllegalAccessExceptionInvocationTargetExceptionAbstractExecutor.execute(java.lang.Object)Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.