程序包 cn.taketoday.oxm
@NonNullApi
@NonNullFields
package cn.taketoday.oxm
Root package for Infra O/X Mapping integration classes.
Contains generic Marshaller and Unmarshaller interfaces,
and XmlMappingExceptions related to O/X Mapping
-
类说明Subinterface 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.