Package org.dellroad.stuff.jibx
package org.dellroad.stuff.jibx
JiBX-related classes.
- See Also:
-
ClassesClassDescriptionJiBX Marshaller/Unmarshaller that assigns unique ID's to each object and replaces duplicate appearances of the same object with an IDREF reference.Wrapper for Spring's
JibxMarshallerthat performs marshalling and unmarshalling operations within an invocation ofIdGenerator.run().Implementation of theMarshallerandUnmarshallerinterfaces for JiBX.Some simplified API methods for JiBX XML encoding/decoding.Setimplementation with these properties which make it suitable for use with JiBX: Iteration order reflects addition order (this property is inherited fromLinkedHashSet) AnListableHashSet.addUnique(E)method that throwsJiBXExceptionif the item is already in the set (suitable for use as a JiBXadd-method)MapEntry<K,V> Utility class that makes it slightly easier to modelMapproperties in JiBX.JiBX parsing utility methods.JiBX parsing utility methods for Spring expressions.InputStreamover which XML documents are passed.OutputStreamover which XML documents are passed.