Uses of Interface
org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Packages that use TypeInfoSet Package Description org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.schemagen Schema generator. -
-
Uses of TypeInfoSet in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return TypeInfoSet Modifier and Type Method Description TypeInfoSet<T,C,F,M>ModelBuilder. link()Called after all the classes are added to the type set to "link" them together. -
Uses of TypeInfoSet in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of TypeInfoSet in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeTypeInfoSetTypeInfoSetrefined for runtime. -
Uses of TypeInfoSet in org.glassfish.jaxb.runtime.v2.schemagen
Constructors in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type TypeInfoSet Constructor Description XmlSchemaGenerator(Navigator<T,C,F,M> navigator, TypeInfoSet<T,C,F,M> types)
-