Uses of Class
jakarta.xml.bind.Binder
Packages that use Binder
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Binder in jakarta.xml.bind
Methods in jakarta.xml.bind that return BinderModifier and TypeMethodDescriptionJAXBContext.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.runtimeMethods in org.glassfish.jaxb.runtime.v2.runtime that return BinderModifier and TypeMethodDescriptionJAXBContextImpl.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 BinderModifier and TypeMethodDescriptionJAXBContextWrapper.createBinder()<T> Binder<T>JAXBContextWrapper.createBinder(Class<T> domType)