Uses of Class
jakarta.xml.bind.annotation.adapters.XmlAdapter
Packages that use XmlAdapter
Package
Description
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.Code generated into the user's packages in certain compilation mode.
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
subclasses 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.Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of XmlAdapter in com.fasterxml.jackson.module.jakarta.xmlbind
Fields in com.fasterxml.jackson.module.jakarta.xmlbind declared as XmlAdapterModifier and TypeFieldDescriptionprotected final XmlAdapter<Object,Object> AdapterConverter._adapterMethods in com.fasterxml.jackson.module.jakarta.xmlbind that return XmlAdapterModifier and TypeMethodDescriptionprotected XmlAdapter<?,?> JakartaXmlBindAnnotationIntrospector._findContentAdapter(Annotated ann, boolean forSerialization) Methods in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type XmlAdapterModifier and TypeMethodDescriptionJakartaXmlBindAnnotationIntrospector._converter(XmlAdapter<?, ?> adapter, boolean forSerialization) Constructors in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type XmlAdapterModifierConstructorDescriptionAdapterConverter(XmlAdapter<?, ?> adapter, JavaType inType, JavaType outType, boolean ser) -
Uses of XmlAdapter in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return types with arguments of type XmlAdapterModifier and TypeMethodDescriptionClass<? extends XmlAdapter>CAdapter.getAdapterIfKnown()Returns the adapter class if the adapter type is statically known to XJC.Method parameters in com.sun.tools.xjc.model with type arguments of type XmlAdapterModifier and TypeMethodDescriptionstatic TypeUseTypeUseFactory.adapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy) final TypeUseCBuiltinLeafInfo.makeAdapted(Class<? extends XmlAdapter> adapter, boolean copy) Creates aTypeUsethat represents an adapted use of this .Constructor parameters in com.sun.tools.xjc.model with type arguments of type XmlAdapterModifierConstructorDescriptionCAdapter(Class<? extends XmlAdapter> adapter, boolean copy) When the adapter class is statically known to us. -
Uses of XmlAdapter in com.sun.tools.xjc.runtime
Subclasses of XmlAdapter in com.sun.tools.xjc.runtime -
Uses of XmlAdapter in com.sun.tools.xjc.util
Subclasses of XmlAdapter in com.sun.tools.xjc.utilModifier and TypeClassDescriptionclassReadOnlyAdapter<OnTheWire,InMemory> XmlAdapterused inside XJC is almost always unmarshal-only. -
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) -
Uses of XmlAdapter in org.glassfish.jaxb.core.v2.runtime
Subclasses of XmlAdapter in org.glassfish.jaxb.core.v2.runtimeModifier and TypeClassDescriptionstatic final classXmlAdapter for printing arbitrary object by usingObject.toString().classMarker class used to identify swaref attachments and to generate appropriate annotations later. -
Uses of XmlAdapter in org.glassfish.jaxb.runtime
Subclasses of XmlAdapter in org.glassfish.jaxb.runtime -
Uses of XmlAdapter in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of XmlAdapter in org.glassfish.jaxb.runtime.v2.runtimeModifier and TypeClassDescriptionfinal classXmlAdapterthat binds the value as a SOAP attachment.Methods in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type XmlAdapterModifier and TypeMethodDescription<T extends XmlAdapter>
booleanCoordinator.containsAdapter(Class<T> type) final <T extends XmlAdapter>
TCoordinator.getAdapter(Class<T> key) Gets the instance of the adapter.<A extends XmlAdapter<?,?>>
AMarshallerImpl.getAdapter(Class<A> type) <A extends XmlAdapter<?,?>>
voidMarshallerImpl.setAdapter(Class<A> type, A adapter) Methods in org.glassfish.jaxb.runtime.v2.runtime that return XmlAdapterModifier and TypeMethodDescriptionfinal XmlAdapterCoordinator.putAdapter(Class<? extends XmlAdapter> c, XmlAdapter a) Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type XmlAdapterModifier and TypeMethodDescriptionfinal XmlAdapterCoordinator.putAdapter(Class<? extends XmlAdapter> c, XmlAdapter a) Method parameters in org.glassfish.jaxb.runtime.v2.runtime with type arguments of type XmlAdapterModifier and TypeMethodDescriptionfinal XmlAdapterCoordinator.putAdapter(Class<? extends XmlAdapter> c, XmlAdapter a) -
Uses of XmlAdapter in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with type parameters of type XmlAdapterModifier and TypeMethodDescription<A extends XmlAdapter<?,?>>
AUnmarshallerImpl.getAdapter(Class<A> type) <A extends XmlAdapter<?,?>>
voidUnmarshallerImpl.setAdapter(Class<A> type, A adapter) -
Uses of XmlAdapter in org.hibernate.boot.jaxb.hbm.spi
Subclasses of XmlAdapter in org.hibernate.boot.jaxb.hbm.spi -
Uses of XmlAdapter in org.hibernate.boot.jaxb.mapping
Subclasses of XmlAdapter in org.hibernate.boot.jaxb.mappingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom
Subclasses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom.app
Subclasses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom.app -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb with type parameters of type XmlAdapterModifier and TypeMethodDescription<A extends XmlAdapter>
ASecureUnmarshaller.getAdapter(Class<A> type) <A extends XmlAdapter>
voidSecureUnmarshaller.setAdapter(Class<A> type, A adapter) Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type XmlAdapter