Uses of Interface
org.springframework.oxm.Unmarshaller
Packages that use Unmarshaller
Package
Description
Root package for Spring's O/X Mapping integration classes.
Package providing integration of JAXB
with Spring's O/X Mapping support.
Contains (un)marshallers optimized to store binary data in MIME attachments.
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
Package providing integration of XStream
with Spring's O/X Mapping support.
-
Uses of Unmarshaller in org.springframework.oxm
Subinterfaces of Unmarshaller in org.springframework.oxmModifier and TypeInterfaceDescriptioninterfaceSubinterface ofUnmarshallerthat has support for generics. -
Uses of Unmarshaller in org.springframework.oxm.jaxb
Classes in org.springframework.oxm.jaxb that implement UnmarshallerModifier and TypeClassDescriptionclassImplementation of theGenericMarshallerinterface for JAXB 2.2. -
Uses of Unmarshaller in org.springframework.oxm.mime
Subinterfaces of Unmarshaller in org.springframework.oxm.mimeModifier and TypeInterfaceDescriptioninterfaceSubinterface ofUnmarshallerthat can use MIME attachments to optimize storage of binary data. -
Uses of Unmarshaller in org.springframework.oxm.support
Classes in org.springframework.oxm.support that implement UnmarshallerModifier and TypeClassDescriptionclassAbstract implementation of theMarshallerandUnmarshallerinterface. -
Uses of Unmarshaller in org.springframework.oxm.xstream
Classes in org.springframework.oxm.xstream that implement UnmarshallerModifier and TypeClassDescriptionclassImplementation of theMarshallerinterface for XStream.