public class NoopAccessor extends Object implements PropertyAccessor
Constructor and Description |
---|
NoopAccessor() |
Modifier and Type | Method and Description |
---|---|
Getter |
getGetter(Class arg0,
String arg1)
Create a "getter" for the named attribute
|
Setter |
getSetter(Class arg0,
String arg1)
Create a "setter" for the named attribute
|
public Getter getGetter(Class arg0, String arg1) throws PropertyNotFoundException
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
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 © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved