Package org.apache.pivot.beans

Contains classes for manipulating and interacting with Java Bean types.

See:
          Description

Interface Summary
Bindable Allows BXMLSerializer to initialize an instance of a deserialized class.
NamespaceBinding.BindMapping Namespace bind mapping interface.
PropertyChangeListener Java bean property change listener.
Resolvable Interface representing a resolvable include.
 

Class Summary
BeanAdapter Exposes Java bean properties of an object via the Map interface.
BeanMonitor Class for monitoring Java bean property changes.
BXMLSerializer Loads an object hierarchy from an XML document.
NamespaceBinding Represents a binding relationship between a source property and a target property within a namespace.
 

Exception Summary
BindException Thrown when an error is encountered during binding.
PropertyNotFoundException Thrown when a caller attempts to set the value of a non-existent bean property.
 

Annotation Types Summary
BXML Annotation that causes a loaded BXML element to be bound to the annotated field.
DefaultProperty Specifies a property to which child elements will be added or set when an explicit property is not given.
IDProperty Specifies a property to which BXML ID values will be propagated during serialization.
 

Package org.apache.pivot.beans Description

Contains classes for manipulating and interacting with Java Bean types.