|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jexl2.introspection.UberspectImpl.FieldPropertySet
@Deprecated public static final class UberspectImpl.FieldPropertySet
A JexlPropertySet for public fields.
Constructor Summary | |
---|---|
UberspectImpl.FieldPropertySet(Field theField)
Deprecated. Creates a new instance of FieldPropertySet. |
Method Summary | |
---|---|
Object |
invoke(Object obj,
Object arg)
Deprecated. Method used to set the property value of an object. |
boolean |
isCacheable()
Deprecated. Specifies if this JexlPropertySet is cacheable and able to be reused for this class of object it was returned for. |
boolean |
tryFailed(Object rval)
Deprecated. Checks whether a tryInvoke failed or not. |
Object |
tryInvoke(Object obj,
Object key,
Object value)
Deprecated. Attempts to reuse this JexlPropertySet, checking that it is compatible with the actual set of arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UberspectImpl.FieldPropertySet(Field theField)
theField
- the class public fieldMethod Detail |
---|
public Object invoke(Object obj, Object arg) throws Exception
invoke
in interface JexlPropertySet
obj
- Object on which the property setter will be called with the valuearg
- value to be set
Exception
- on any error.public Object tryInvoke(Object obj, Object key, Object value)
tryInvoke
in interface JexlPropertySet
obj
- the object to invoke the the get uponkey
- the property key to getvalue
- the property value to set
public boolean tryFailed(Object rval)
tryFailed
in interface JexlPropertySet
rval
- the value returned by tryInvoke
public boolean isCacheable()
isCacheable
in interface JexlPropertySet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |