public class PropertyExecutor extends AbstractExecutor
log| Constructor and Description |
|---|
PropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
PropertyExecutor(RuntimeLogger r,
Introspector introspector,
Class clazz,
String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
discover(Class clazz,
String property) |
Object |
execute(Object o)
Execute method against context.
|
protected Introspector |
getIntrospector() |
getMethod, isAlive, setMethodpublic PropertyExecutor(Log log, Introspector introspector, Class clazz, String property)
log - introspector - clazz - property - public PropertyExecutor(RuntimeLogger r, Introspector introspector, Class clazz, String property)
r - introspector - clazz - property - protected Introspector getIntrospector()
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutorexecute in class AbstractExecutorIllegalAccessExceptionInvocationTargetExceptionAbstractExecutor.execute(java.lang.Object)Copyright © 2000–2016. All rights reserved.