|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourcePropertyAccessor
Simple SourcePropertyAccessor interface which reduces to a setValue(String, Object, Class, PropertyMetaInformation) and
getValue(String, Class, PropertyMetaInformation) method signature.
| Nested Class Summary | |
|---|---|
static class |
SourcePropertyAccessor.PropertyMetaInformation
Contains further meta information about a property |
| Method Summary | |
|---|---|
Object |
getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
Returns the value related to the given property name. |
void |
setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
Sets the given value for the given property name. |
| Method Detail |
|---|
void setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
propertyName - value - parameterType - : type of the first parameter of the property setter method, or type of the return type of the getter methodpropertyMetaInformation - SourcePropertyAccessor.PropertyMetaInformation
Object getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
propertyName - returnType - propertyMetaInformation -
SourcePropertyAccessor.PropertyMetaInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||