Uses of Class
com.sun.xml.bind.v2.model.impl.ModelBuilder
-
Packages that use ModelBuilder Package Description com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. -
-
Uses of ModelBuilder in com.sun.xml.bind.v2.model.impl
Subclasses of ModelBuilder in com.sun.xml.bind.v2.model.impl Modifier and Type Class Description class
RuntimeModelBuilder
ModelBuilder
that works at the run-time by using thejava.lang.reflect
package.Fields in com.sun.xml.bind.v2.model.impl declared as ModelBuilder Modifier and Type Field Description protected ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT>
TypeInfoImpl. builder
Reference to theModelBuilder
, only until we linkTypeInfo
s all together, because we don't want to keepModelBuilder
too long.protected ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT>
TypeInfoImpl. builder
Reference to theModelBuilder
, only until we linkTypeInfo
s all together, because we don't want to keepModelBuilder
too long.Constructors in com.sun.xml.bind.v2.model.impl with parameters of type ModelBuilder Constructor Description ArrayInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder, Locatable upstream, TypeT arrayType)
-