org.skyscreamer.yoga.selector
Class ExtraFieldProperty
java.lang.Object
org.skyscreamer.yoga.selector.ExtraFieldProperty
- All Implemented Interfaces:
- Property
public class ExtraFieldProperty
- extends Object
- implements Property
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraFieldProperty
public ExtraFieldProperty(String name,
Object populator,
Method method)
name
public String name()
- Specified by:
name in interface Property
getReadMethod
public Method getReadMethod()
- Specified by:
getReadMethod in interface Property
getValue
public Object getValue(Object instance)
- Specified by:
getValue in interface Property
getPopulatorFieldValue
protected Object getPopulatorFieldValue(Method method,
Object populator,
Object instance)
retrievePopulatorFieldValue
protected Object retrievePopulatorFieldValue(Method method,
Object populator,
Object... args)
Copyright © 2012. All Rights Reserved.