|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPropertyAccessors
public class PropertyAccessors
Convenience class for looking up a property accessor for a particular object type.
Method Summary | |
---|---|
static PropertyAccessor |
findPropertyAccessor(Object object,
String xpath,
Class target,
Hints hints)
Deprecated. Use findPropertyAccessors, returned property accessor might not work |
static List<PropertyAccessor> |
findPropertyAccessors(Object object,
String xpath,
Class target,
Hints hints)
Looks up a list of PropertyAccessor for a particular object. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PropertyAccessor findPropertyAccessor(Object object, String xpath, Class target, Hints hints)
PropertyAccessor
for a particular object.
This method will return the first accessor that is capabile of handling the object and xpath expression provided, no order is guaranteed.
object
- The target object.xpath
- An xpath expression denoting a property of the target object.hints
- Hints to pass on to factories.
null
if one could not be found.findPropertyAccessors
public static List<PropertyAccessor> findPropertyAccessors(Object object, String xpath, Class target, Hints hints)
PropertyAccessor
for a particular object.
This method will return all accessors that is capable of handling the object and xpath expression provided, no order is guaranteed.
object
- The target object.xpath
- An xpath expression denoting a property of the target object.hints
- Hints to pass on to factories.
null
if object is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |