Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.betwixt.io.id

Package contains classes dealing directly with the reading and writing of beans.

See:
          Description

Class Summary
AbstractIDGenerator Abstract superclass for org.apache.commons.betwixt.io.IDGenerator implementations.
RandomIDGenerator Generates ID's at random.
SequentialIDGenerator Generates ID's in numeric sequence.
 

Package org.apache.commons.betwixt.io.id Description

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.