See: Description
Interface | Description |
---|---|
IDGenerator |
Interface allowing pluggable
ID attribute value generators. |
Class | Description |
---|---|
AbstractBeanWriter |
Abstract superclass for bean writers.
|
BeanCreateRule | Deprecated
0.5 this Rule does not allowed good integration with other Rules -
use
BeanRuleSet instead. |
BeanReader |
BeanReader reads a tree of beans from an XML document. |
BeanRuleSet |
Sets
Betwixt digestion rules for a bean class. |
BeanWriter |
BeanWriter outputs beans as XML to an io stream. |
SAXBeanWriter |
The SAXBeanwriter will send events to a ContentHandler
|
WriteContext |
Context against which content should be written.
|
Exception | Description |
---|---|
CyclicReferenceException |
Thrown when bean evaluation finds a cycle reference.
|
Package contains classes dealing directly with the reading and writing of beans.
These classes use the Betwixt
introspection system to determine how a
bean should be mapped to xml.
The xml->object reader uses Digester
to implement the mapping.
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.