@Deprecated public static final class UberspectImpl.FieldPropertyGet extends java.lang.Object implements JexlPropertyGet
Constructor and Description |
---|
UberspectImpl.FieldPropertyGet(java.lang.reflect.Field theField)
Deprecated.
Creates a new instance of FieldPropertyGet.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object obj)
Deprecated.
Method used to get the property value of an object.
|
boolean |
isCacheable()
Deprecated.
Specifies if this JexlPropertyGet is cacheable and able to be reused for
this class of object it was returned for.
|
boolean |
tryFailed(java.lang.Object rval)
Deprecated.
Checks whether a tryInvoke failed or not.
|
java.lang.Object |
tryInvoke(java.lang.Object obj,
java.lang.Object key)
Deprecated.
Attempts to reuse this JexlPropertyGet, checking that it is compatible with
the actual set of arguments.
|
public UberspectImpl.FieldPropertyGet(java.lang.reflect.Field theField)
theField
- the class public fieldpublic java.lang.Object invoke(java.lang.Object obj) throws java.lang.Exception
invoke
in interface JexlPropertyGet
obj
- the object to get the property value from.java.lang.Exception
- on any error.public java.lang.Object tryInvoke(java.lang.Object obj, java.lang.Object key)
tryInvoke
in interface JexlPropertyGet
obj
- the object to invoke the property get uponkey
- the property key to getpublic boolean tryFailed(java.lang.Object rval)
tryFailed
in interface JexlPropertyGet
rval
- the value returned by tryInvokepublic boolean isCacheable()
isCacheable
in interface JexlPropertyGet
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.