Uses of Class
javax.xml.bind.JAXBIntrospector
-
Packages that use JAXBIntrospector Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. -
-
Uses of JAXBIntrospector in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospectorJAXBContextImpl. createJAXBIntrospector() -
Uses of JAXBIntrospector in javax.xml.bind
Methods in javax.xml.bind that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospectorJAXBContext. createJAXBIntrospector()Creates aJAXBIntrospectorobject that can be used to introspect JAXB objects.
-