Uses of Class
org.glassfish.jaxb.core.v2.model.core.Ref
-
Packages that use Ref Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package. -
-
Uses of Ref in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type Ref Modifier and Type Method Description CNonElementModel. getTypeInfo(Ref<NType,NClass> ref) -
Uses of Ref in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core with parameters of type Ref Modifier and Type Method Description NonElement<T,C>TypeInfoSet. getTypeInfo(Ref<T,C> ref)Returns a type information for the given reference. -
Uses of Ref in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type Ref Modifier and Type Method Description NonElement<T,C>ModelBuilder. getTypeInfo(Ref<T,C> ref)This method is used to add a root reference to a model.
-