Uses of Package
javax.xml.bind.annotation.adapters
-
Packages that use javax.xml.bind.annotation.adapters Package Description com.sun.xml.bind com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.annotation.adapters XmlAdapterand its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding.javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces. -
Classes in javax.xml.bind.annotation.adapters used by com.sun.xml.bind Class Description XmlAdapter Adapts a Java type for custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by com.sun.xml.bind.v2.model.core Class Description XmlJavaTypeAdapter Use an adapter that implementsXmlAdapterfor custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by com.sun.xml.bind.v2.runtime Class Description XmlAdapter Adapts a Java type for custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by com.sun.xml.bind.v2.runtime.unmarshaller Class Description XmlAdapter Adapts a Java type for custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by javax.xml.bind Class Description XmlAdapter Adapts a Java type for custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by javax.xml.bind.annotation.adapters Class Description XmlAdapter Adapts a Java type for custom marshaling.XmlJavaTypeAdapter Use an adapter that implementsXmlAdapterfor custom marshaling. -
Classes in javax.xml.bind.annotation.adapters used by javax.xml.bind.helpers Class Description XmlAdapter Adapts a Java type for custom marshaling.