public class NoopAccessor extends Object implements PropertyAccessor
| Constructor and Description |
|---|
NoopAccessor() |
public Getter getGetter(Class arg0, 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(Class arg0, 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 © 2012 JBoss by Red Hat. All Rights Reserved.