public class MapAccessor extends Object implements PropertyAccessor
Modifier and Type | Class and Description |
---|---|
static class |
MapAccessor.MapGetter |
static class |
MapAccessor.MapSetter |
Constructor and Description |
---|
MapAccessor() |
public Getter getGetter(Class theClass, String propertyName) throws PropertyNotFoundException
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(Class theClass, String propertyName) throws PropertyNotFoundException
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 © 2018 JBoss by Red Hat. All rights reserved.