Uses of Class
org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Packages that use ModelBuilder Package Description org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package. -
-
Uses of ModelBuilder in org.glassfish.jaxb.runtime.v2.model.impl
Subclasses of ModelBuilder in org.glassfish.jaxb.runtime.v2.model.impl Modifier and Type Class Description classRuntimeModelBuilderModelBuilderthat works at the run-time by using thejava.lang.reflectpackage.Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as ModelBuilder Modifier and Type Field Description protected ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT>TypeInfoImpl. builderReference to theModelBuilder, only until we linkTypeInfos all together, because we don't want to keepModelBuildertoo long.protected ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT>TypeInfoImpl. builderReference to theModelBuilder, only until we linkTypeInfos all together, because we don't want to keepModelBuildertoo long.Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type ModelBuilder Constructor Description ArrayInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder, Locatable upstream, TypeT arrayType)
-