Package org.dellroad.stuff.jibx
package org.dellroad.stuff.jibx
JiBX-related classes.
- See Also:
-
ClassDescriptionJiBX 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
JibxMarshaller
that performs marshalling and unmarshalling operations within an invocation ofIdGenerator.run()
.Implementation of theMarshaller
andUnmarshaller
interfaces for JiBX.Some simplified API methods for JiBX XML encoding/decoding.Set
implementation 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 throwsJiBXException
if 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 modelMap
properties in JiBX.JiBX parsing utility methods.JiBX parsing utility methods for Spring expressions.InputStream
over which XML documents are passed.OutputStream
over which XML documents are passed.