Package org.dellroad.stuff.jibx

JiBX-related classes.

See:
          Description

Class Summary
IdMapper JiBX Marshaller/Unmarshaller that assigns unique ID's to each object and replaces duplicate appearances of the same object with an IDREF reference.
IdMappingMarshaller Wrapper for Spring's JibxMarshaller that performs marshalling and unmarshalling operations within an invocation of IdGenerator.run().
JiBXUtil Some simplified API methods for JiBX XML encoding/decoding.
ListableHashSet<E> Set implementation with these properties which make it suitable for use with JiBX: Iteration order reflects addition order (this property is inherited from LinkedHashSet) An ListableHashSet.addUnique(E) method that throws JiBXException if the item is already in the set (suitable for use as a JiBX add-method)
MapEntry<K,V> Utility class that makes it slightly easier to model Map properties in JiBX.
ParseUtil JiBX parsing utility methods.
SpringParseUtil JiBX parsing utility methods for Spring expressions.
XMLDocumentInputStream<T> InputStream over which XML documents are passed.
XMLDocumentOutputStream<T> OutputStream over which XML documents are passed.
 

Package org.dellroad.stuff.jibx Description

JiBX-related classes.

See Also:
JiBX