Uses of Class
jakarta.xml.bind.annotation.adapters.XmlAdapter
Packages that use XmlAdapter
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
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 Jakarta XML Binding.Jakarta XML Binding Provider Use Only: Provides partial default implementations for
 some of the 
jakarta.xml.bind interfaces.- 
Uses of XmlAdapter in jakarta.ws.rs.core
Subclasses of XmlAdapter in jakarta.ws.rs.core - 
Uses of XmlAdapter in jakarta.xml.bind
Methods in jakarta.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(A adapter) Associates a configured instance ofXmlAdapterwith this marshaller.<A extends XmlAdapter<?,?>> 
voidMarshaller.setAdapter(Class<A> type, A adapter) Associates a configured instance ofXmlAdapterwith this marshaller.<A extends XmlAdapter<?,?>> 
voidUnmarshaller.setAdapter(A adapter) Associates a configured instance ofXmlAdapterwith this unmarshaller.<A extends XmlAdapter<?,?>> 
voidUnmarshaller.setAdapter(Class<A> type, A adapter) Associates a configured instance ofXmlAdapterwith this unmarshaller. - 
Uses of XmlAdapter in jakarta.xml.bind.annotation.adapters
Subclasses of XmlAdapter in jakarta.xml.bind.annotation.adaptersModifier and TypeClassDescriptionclassBuilt-inXmlAdapterto handlexs:tokenand its derived types.final classXmlAdapterforxs:hexBinary.final classXmlAdapterto handlexs:normalizedString. - 
Uses of XmlAdapter in jakarta.xml.bind.helpers
Methods in jakarta.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(A adapter) <A extends XmlAdapter<?,?>> 
voidAbstractMarshallerImpl.setAdapter(Class<A> type, A adapter) <A extends XmlAdapter<?,?>> 
voidAbstractUnmarshallerImpl.setAdapter(A adapter) <A extends XmlAdapter<?,?>> 
voidAbstractUnmarshallerImpl.setAdapter(Class<A> type, A adapter)