public class DirectPropertyAccessor extends java.lang.Object implements PropertyAccessor
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectPropertyAccessor.DirectGetter |
static class |
DirectPropertyAccessor.DirectSetter |
| Constructor and Description |
|---|
DirectPropertyAccessor() |
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessorgetGetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNamepublic Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessorgetSetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameCopyright © 2013. All Rights Reserved.