public class EmbeddedPropertyAccessor extends java.lang.Object implements PropertyAccessor
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedPropertyAccessor.EmbeddedGetter |
static class |
EmbeddedPropertyAccessor.EmbeddedSetter |
Constructor and Description |
---|
EmbeddedPropertyAccessor() |
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessor
getGetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.PropertyNotFoundException
- Indicates a problem interpretting the propertyNamepublic Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessor
getSetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.PropertyNotFoundException
- Indicates a problem interpretting the propertyNameCopyright © 2001-2012 Red Hat, Inc. All Rights Reserved.