org.apache.commons.jexl.util.introspection
public class UberspectImpl.VelSetterImpl extends Object implements VelPropertySet
Field Summary | |
---|---|
protected String | putKey the key for indexed and other properties. |
protected VelMethod | vm the method to call. |
Constructor Summary | |
---|---|
VelSetterImpl(VelMethod velmethod)
Create an instance. | |
VelSetterImpl(VelMethod velmethod, String key)
Create an instance. |
Method Summary | |
---|---|
String | getMethodName() |
Object | invoke(Object o, Object value) |
boolean | isCacheable() |
Parameters: velmethod the method to call on set.
Parameters: velmethod the method to call on set. key the index or other value passed to a setProperty(xxx, value) method.