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.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of JAXBIntrospector in jakarta.xml.bind
Methods in jakarta.xml.bind that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospectorJAXBContext. createJAXBIntrospector()Creates aJAXBIntrospectorobject that can be used to introspect Jakarta XML Binding objects. -
Uses of JAXBIntrospector in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospectorJAXBContextImpl. createJAXBIntrospector() -
Uses of JAXBIntrospector in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return JAXBIntrospector Modifier and Type Method Description JAXBIntrospectorJAXBContextWrapper. createJAXBIntrospector()
-