Package org.springframework.oxm
@NonNullApi
@NonNullFields
package org.springframework.oxm
Root package for Spring's O/X Mapping integration classes.
Contains generic Marshaller and Unmarshaller interfaces,
and XmlMappingExceptions related to O/X Mapping
-
ClassDescriptionSubinterface of
Marshaller
that has support for generics.Subinterface ofUnmarshaller
that has support for generics.Defines the contract for Object XML Mapping Marshallers.Base class for exception thrown when a marshalling or unmarshalling error occurs.Exception thrown on marshalling failure.Exception that indicates that the cause cannot be distinguished further.Defines the contract for Object XML Mapping unmarshallers.Exception thrown on unmarshalling failure.Exception thrown on marshalling validation failure.Root of the hierarchy of Object XML Mapping exceptions.