public class NoopAccessor extends Object implements PropertyAccessor
| Constructor and Description |
|---|
NoopAccessor() |
public Getter getGetter(Class arg0, String arg1) throws PropertyNotFoundException
PropertyAccessorgetGetter 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
PropertyAccessorgetSetter in interface PropertyAccessorarg0 - The class on which the property is defined.arg1 - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.