Uses of Class
jakarta.xml.bind.Binder
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
-
Uses of Binder in jakarta.xml.bind
Modifier and TypeMethodDescriptionJAXBContext.createBinder()
Creates aBinder
for W3C DOM.<T> Binder
<T> JAXBContext.createBinder
(Class<T> domType) Creates aBinder
object that can be used for associative/in-place unmarshalling/marshalling.