Uses of Class
javax.xml.bind.annotation.adapters.XmlAdapter
Packages that use XmlAdapter
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
XmlAdapter
and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB.JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind
interfaces.-
Uses of XmlAdapter in javax.xml.bind
Methods in javax.xml.bind with type parameters of type XmlAdapterModifier and TypeMethodDescription<A extends XmlAdapter>
AMarshaller.getAdapter
(Class<A> type) Gets the adapter associated with the specified type.<A extends XmlAdapter>
AUnmarshaller.getAdapter
(Class<A> type) Gets the adapter associated with the specified type.<A extends XmlAdapter>
voidMarshaller.setAdapter
(Class<A> type, A adapter) Associates a configured instance ofXmlAdapter
with this marshaller.<A extends XmlAdapter>
voidUnmarshaller.setAdapter
(Class<A> type, A adapter) Associates a configured instance ofXmlAdapter
with this unmarshaller.Methods in javax.xml.bind with parameters of type XmlAdapterModifier and TypeMethodDescriptionvoid
Marshaller.setAdapter
(XmlAdapter adapter) Associates a configured instance ofXmlAdapter
with this marshaller.void
Unmarshaller.setAdapter
(XmlAdapter adapter) Associates a configured instance ofXmlAdapter
with this unmarshaller. -
Uses of XmlAdapter in javax.xml.bind.annotation.adapters
Subclasses of XmlAdapter in javax.xml.bind.annotation.adaptersModifier and TypeClassDescriptionclass
Built-inXmlAdapter
to handlexs:token
and its derived types.final class
XmlAdapter
forxs:hexBinary
.final class
XmlAdapter
to handlexs:normalizedString
. -
Uses of XmlAdapter in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers with type parameters of type XmlAdapterModifier and TypeMethodDescription<A extends XmlAdapter>
AAbstractMarshallerImpl.getAdapter
(Class<A> type) <A extends XmlAdapter>
AAbstractUnmarshallerImpl.getAdapter
(Class<A> type) <A extends XmlAdapter>
voidAbstractMarshallerImpl.setAdapter
(Class<A> type, A adapter) <A extends XmlAdapter>
voidAbstractUnmarshallerImpl.setAdapter
(Class<A> type, A adapter) Methods in javax.xml.bind.helpers with parameters of type XmlAdapterModifier and TypeMethodDescriptionvoid
AbstractMarshallerImpl.setAdapter
(XmlAdapter adapter) void
AbstractUnmarshallerImpl.setAdapter
(XmlAdapter adapter)