Package net.sf.mmm.util.xml.base.jaxb

Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB.

See:
          Description

Interface Summary
JaxbBeanHolder<T> This class is a container holding a JAXB bean.
 

Class Summary
ExternalValidatingIdResolver This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
IdResolverContext This class is a context for InternalValidatingIdResolver.
InternalValidatingIdResolver This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
JaxbBeanHolderImpl<VIEW,BEAN extends VIEW> This is the implementation of JaxbBeanHolder.
Property This class represents a simple property as JAXB bean.
PropertyList This class represents Properties as JAXB bean.
XmlAdapterEnum<E extends Enum<E>> This is an implementation of XmlAdapter for mapping Enums to nice names.
XmlAdapterInfixPattern This class extends XmlAdapterPattern using RegexInfixPatternCompiler.
XmlAdapterPattern This is an implementation of XmlAdapter for mapping Pattern.
XmlAdapterProperties This is an implementation of XmlAdapter for mapping Properties.
XmlBeanMapper<T> This class is a little helper for the simple but common use of JAXB where you simply want to read or write the XML for a single JAXB annotated java bean.
 

Package net.sf.mmm.util.xml.base.jaxb Description

Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB.

XML-Util Base JAXB

Here you will find some JAX-B specific code for the XML-Util.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.