Uses of Class
com.sun.xml.bind.v2.model.impl.ModelBuilder

Packages that use ModelBuilder
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
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.core
 

Constructors in com.sun.xml.bind.v2.model.core with parameters of type ModelBuilder
Ref(ModelBuilder<T,C,?,?> builder, T type, XmlJavaTypeAdapter xjta, XmlList xl)
           
 

Uses of ModelBuilder in com.sun.xml.bind.v2.model.impl
 

Subclasses of ModelBuilder in com.sun.xml.bind.v2.model.impl
 class RuntimeModelBuilder
          ModelBuilder that works at the run-time by using the java.lang.reflect package.
 

Fields in com.sun.xml.bind.v2.model.impl declared as ModelBuilder
protected  ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> TypeInfoImpl.builder
          Reference to the ModelBuilder, only until we link TypeInfos all together, because we don't want to keep ModelBuilder too long.
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type ModelBuilder
 void TypeInfoSetImpl.add(ElementInfoImpl<T,C,F,M> ei, ModelBuilder<T,C,F,M> builder)
           
(package private) static javax.activation.MimeType Util.calcExpectedMediaType(AnnotationSource primarySource, ModelBuilder builder)
           
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type ModelBuilder
ArrayInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder, Locatable upstream, TypeT arrayType)
           
ClassInfoImpl(ModelBuilder<T,C,F,M> builder, Locatable upstream, C clazz)
           
ElementInfoImpl(ModelBuilder<T,C,F,M> builder, RegistryInfoImpl<T,C,F,M> registry, M m)
           
EnumLeafInfoImpl(ModelBuilder<T,C,F,M> builder, Locatable upstream, C clazz, T type)
           
RegistryInfoImpl(ModelBuilder<T,C,F,M> builder, Locatable upstream, C registryClass)
          Picks up references in this registry to other types.
TypeInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder, Locatable upstream)