Uses of Class
jakarta.xml.bind.JAXBIntrospector
-
Packages that use JAXBIntrospector Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. -
-
Uses of JAXBIntrospector in jakarta.xml.bind
Methods in jakarta.xml.bind that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospector
JAXBContext. createJAXBIntrospector()
Creates aJAXBIntrospector
object that can be used to introspect Jakarta XML Binding objects.
-