XmlAdapter
for mapping of common data-types and
data-containers with JAXB.See: Description
Interface | Description |
---|---|
JaxbBeanHolder<T> |
This class is a container
holding a JAXB bean. |
JaxbObject |
This is the interface for a JAXB serializable object that needs to
perform custom initialization logic after un-marshaling . |
Class | Description |
---|---|
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>> | |
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> |
XmlAdapter
for mapping of common data-types and
data-containers with JAXB.
Copyright © 2001–2016 mmm-Team. All rights reserved.