public class NoopAccessor extends java.lang.Object implements PropertyAccessor
| Constructor and Description |
|---|
NoopAccessor() |
public Getter getGetter(java.lang.Class arg0, java.lang.String arg1) throws PropertyNotFoundException
getGetter in interface PropertyAccessorarg0 - The class on which the property is defined.arg1 - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNamepublic Setter getSetter(java.lang.Class arg0, java.lang.String arg1) throws PropertyNotFoundException
getSetter in interface PropertyAccessorarg0 - The class on which the property is defined.arg1 - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameCopyright © 2013. All Rights Reserved.