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