Uses of Class
jakarta.xml.bind.annotation.adapters.XmlAdapter
-
Packages that use XmlAdapter Package Description com.fasterxml.jackson.module.jakarta.xmlbind Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects.com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.runtime Code generated into the user's packages in certain compilation mode.com.sun.tools.xjc.util jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.annotation.adapters XmlAdapterand its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.org.glassfish.jaxb.core.v2.runtime org.glassfish.jaxb.runtime org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller org.jboss.resteasy.plugins.providers.atom org.jboss.resteasy.plugins.providers.atom.app org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of XmlAdapter in com.fasterxml.jackson.module.jakarta.xmlbind
Fields in com.fasterxml.jackson.module.jakarta.xmlbind declared as XmlAdapter Modifier and Type Field Description protected XmlAdapter<Object,Object>AdapterConverter. _adapterMethods in com.fasterxml.jackson.module.jakarta.xmlbind that return XmlAdapter Modifier and Type Method Description protected XmlAdapter<?,?>JakartaXmlBindAnnotationIntrospector. _findContentAdapter(Annotated ann, boolean forSerialization)Methods in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type XmlAdapter Modifier and Type Method Description protected Converter<Object,Object>JakartaXmlBindAnnotationIntrospector. _converter(XmlAdapter<?,?> adapter, boolean forSerialization)Constructors in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type XmlAdapter Constructor Description AdapterConverter(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 XmlAdapter Modifier and Type Method Description Class<? 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 XmlAdapter Modifier and Type Method Description static TypeUseTypeUseFactory. adapt(TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy)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 XmlAdapter Constructor Description CAdapter(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 Modifier and Type Class Description classZeroOneBooleanAdapterSerializesbooleanas 0 or 1. -
Uses of XmlAdapter in com.sun.tools.xjc.util
Subclasses of XmlAdapter in com.sun.tools.xjc.util Modifier and Type Class Description classReadOnlyAdapter<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 Modifier and Type Class Description static classLink.JaxbAdapterDeprecated. -
Uses of XmlAdapter in jakarta.xml.bind
Methods in jakarta.xml.bind with type parameters of type XmlAdapter Modifier and Type Method Description <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 ofXmlAdapterwith this marshaller.<A extends XmlAdapter>
voidUnmarshaller. setAdapter(Class<A> type, A adapter)Associates a configured instance ofXmlAdapterwith this unmarshaller.Methods in jakarta.xml.bind with parameters of type XmlAdapter Modifier and Type Method Description voidMarshaller. setAdapter(XmlAdapter adapter)Associates a configured instance ofXmlAdapterwith this marshaller.voidUnmarshaller. setAdapter(XmlAdapter 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.adapters Modifier and Type Class Description classCollapsedStringAdapterBuilt-inXmlAdapterto handlexs:tokenand its derived types.classHexBinaryAdapterXmlAdapterforxs:hexBinary.classNormalizedStringAdapterXmlAdapterto handlexs:normalizedString.Methods in jakarta.xml.bind.annotation.adapters that return types with arguments of type XmlAdapter Modifier and Type Method Description Class<? extends XmlAdapter>value()Points to the class that converts a value type to a bound type or vice versa. -
Uses of XmlAdapter in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers with type parameters of type XmlAdapter Modifier and Type Method Description <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 jakarta.xml.bind.helpers with parameters of type XmlAdapter Modifier and Type Method Description voidAbstractMarshallerImpl. setAdapter(XmlAdapter adapter)voidAbstractUnmarshallerImpl. setAdapter(XmlAdapter adapter) -
Uses of XmlAdapter in org.glassfish.jaxb.core.v2.runtime
Subclasses of XmlAdapter in org.glassfish.jaxb.core.v2.runtime Modifier and Type Class Description static classRuntimeUtil.ToStringAdapterXmlAdapter for printing arbitrary object by usingObject.toString().classSwaRefAdapterMarkerMarker 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 Modifier and Type Class Description classAnyTypeAdapterXmlAdapteruseful for mapping interfaces. -
Uses of XmlAdapter in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of XmlAdapter in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classSwaRefAdapterXmlAdapterthat binds the value as a SOAP attachment.Methods in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type XmlAdapter Modifier and Type Method Description <T extends XmlAdapter>
booleanCoordinator. containsAdapter(Class<T> type)<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 XmlAdapter Modifier and Type Method Description XmlAdapterCoordinator. putAdapter(Class<? extends XmlAdapter> c, XmlAdapter a)Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type XmlAdapter Modifier and Type Method Description XmlAdapterCoordinator. putAdapter(Class<? extends XmlAdapter> c, XmlAdapter a)Method parameters in org.glassfish.jaxb.runtime.v2.runtime with type arguments of type XmlAdapter Modifier and Type Method Description 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 XmlAdapter Modifier and Type Method Description <A extends XmlAdapter<?,?>>
AUnmarshallerImpl. getAdapter(Class<A> type)<A extends XmlAdapter<?,?>>
voidUnmarshallerImpl. setAdapter(Class<A> type, A adapter) -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom
Subclasses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom Modifier and Type Class Description classMediaTypeAdapterclassUriAdapter -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom.app
Subclasses of XmlAdapter in org.jboss.resteasy.plugins.providers.atom.app Modifier and Type Class Description classBooleanAdapter -
Uses of XmlAdapter in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb with type parameters of type XmlAdapter Modifier and Type Method Description <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 Modifier and Type Method Description voidSecureUnmarshaller. setAdapter(XmlAdapter adapter)
-