public class PropertyExecutor extends AbstractExecutor
log
Constructor and Description |
---|
PropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
PropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
boolean wrapArray) |
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, setMethod
public PropertyExecutor(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property)
log
- introspector
- clazz
- property
- public PropertyExecutor(org.slf4j.Logger log, Introspector introspector, Class<?> clazz, String property, boolean wrapArray)
log
- introspector
- clazz
- property
- wrapArray
- 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.