public class NoopAccessor extends Object implements PropertyAccessor
Constructor and Description |
---|
NoopAccessor() |
public Getter getGetter(Class arg0, String arg1) throws PropertyNotFoundException
PropertyAccessor
getGetter
in interface PropertyAccessor
arg0
- 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
PropertyAccessor
getSetter
in interface PropertyAccessor
arg0
- 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.