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