public class MapSetExecutor extends SetExecutor
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
property |
log
Constructor and Description |
---|
MapSetExecutor(org.slf4j.Logger log,
java.lang.Class clazz,
java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
protected void |
discover(java.lang.Class<?> clazz) |
java.lang.Object |
execute(java.lang.Object o,
java.lang.Object arg)
Execute method against context.
|
getMethod, isAlive, setMethod
public MapSetExecutor(org.slf4j.Logger log, java.lang.Class clazz, java.lang.String property)
protected void discover(java.lang.Class<?> clazz)
public java.lang.Object execute(java.lang.Object o, java.lang.Object arg)
SetExecutor
execute
in class SetExecutor