Class Summary |
AnnotatedElementMap |
The AnnotatedElementMap represents a read-only PropertyMap where property values are
derived from JSR-175 annotations. |
BaseMap |
The BaseMap class provide an abstract base PropertyMap class from which other
concrete PropertyMap implementation can derive. |
BeanPropertyMap |
The BeanPropertyMap class represents a collection of property values where properties are
stored in a local HashMap. |
PropertyKey |
The PropertyKey class represents a key that can be used to set a JSR-175 attribute member
value within a PropertyMap . |
PropertySetProxy<T extends Annotation> |
The PropertySetProxy class is a dynamic proxy InvocationHandler class that exposes the
values held within a PropertyMap as an Object implementing an annotation type interface. |