Uses of Class
jakarta.xml.bind.Binder
-
Packages that use Binder Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of Binder in jakarta.xml.bind
Methods in jakarta.xml.bind that return Binder Modifier and Type Method Description Binder<Node>JAXBContext. createBinder()Creates aBinderfor W3C DOM.<T> Binder<T>JAXBContext. createBinder(Class<T> domType)Creates aBinderobject that can be used for associative/in-place unmarshalling/marshalling. -
Uses of Binder in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of Binder in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classBinderImpl<XmlNode>Implementation ofBinder.Methods in org.glassfish.jaxb.runtime.v2.runtime that return Binder Modifier and Type Method Description Binder<Node>JAXBContextImpl. createBinder()<T> Binder<T>JAXBContextImpl. createBinder(Class<T> domType) -
Uses of Binder in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return Binder Modifier and Type Method Description Binder<Node>JAXBContextWrapper. createBinder()<T> Binder<T>JAXBContextWrapper. createBinder(Class<T> domType)
-