See: Description
Interface | Description |
---|---|
DynamicProperty |
Marker interface for dynamic properties.
|
Property |
Interface for a property of an event of type BeanEventType (JavaBean event).
|
PropertySimple | |
PropertyWithIndex | |
PropertyWithKey |
Class | Description |
---|---|
DynamicIndexedProperty |
Represents a dynamic indexed property of a given name.
|
DynamicMappedProperty |
Represents a dynamic mapped property of a given name.
|
DynamicSimpleProperty |
Represents a dynamic simple property of a given name.
|
GenericPropertyDesc |
Descriptor for a type and its generic type, if any.
|
IndexedProperty |
Represents an indexed property or array property, ie.
|
MappedProperty |
Represents a mapped property or array property, ie.
|
NestedProperty |
This class represents a nested property, each nesting level made up of a property instance that
can be of type indexed, mapped or simple itself.
|
PropertyBase |
All properties have a property name and this is the abstract base class that serves up the property name.
|
PropertyParser |
Parser for property names that can be simple, nested, mapped or a combination of these.
|
SimpleProperty |
Represents a simple property of a given name.
|
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access