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

Packages that use RuntimeModelBuilder
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

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

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type RuntimeModelBuilder
RuntimeArrayInfoImpl(RuntimeModelBuilder builder, Locatable upstream, Class arrayType)
           
RuntimeClassInfoImpl(RuntimeModelBuilder modelBuilder, Locatable upstream, Class clazz)
           
RuntimeElementInfoImpl(RuntimeModelBuilder modelBuilder, RegistryInfoImpl registry, Method method)
           
RuntimeEnumLeafInfoImpl(RuntimeModelBuilder builder, Locatable upstream, Class<T> enumType)