Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
-
Packages that use RuntimeTypeInfoSet Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of RuntimeTypeInfoSet in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that return RuntimeTypeInfoSet Modifier and Type Method Description abstract RuntimeTypeInfoSetJAXBRIContext. getRuntimeTypeInfoSet()Allows you to access the runtime model information of the JAXB XML/Java binding. -
Uses of RuntimeTypeInfoSet in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return RuntimeTypeInfoSet Modifier and Type Method Description RuntimeTypeInfoSetRuntimeModelBuilder. link() -
Uses of RuntimeTypeInfoSet in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return RuntimeTypeInfoSet Modifier and Type Method Description RuntimeTypeInfoSetJAXBContextImpl. getRuntimeTypeInfoSet()RuntimeTypeInfoSetJAXBContextImpl. getTypeInfoSet()Creates aRuntimeTypeInfoSet.
-