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, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta, javax.xml.bind.annotation.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.
 

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)