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

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

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

Fields in com.sun.xml.bind.v2.model.impl with type parameters of type RegistryInfoImpl
(package private)  Map<String,RegistryInfoImpl<T,C,F,M>> ModelBuilder.registries
          Packages whose registries are already added.
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type RegistryInfoImpl
protected  ElementInfoImpl<T,C,F,M> ModelBuilder.createElementInfo(RegistryInfoImpl<T,C,F,M> registryInfo, M m)
           
 RuntimeElementInfoImpl RuntimeModelBuilder.createElementInfo(RegistryInfoImpl<Type,Class,Field,Method> registryInfo, Method method)
           
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type RegistryInfoImpl
ElementInfoImpl(ModelBuilder<T,C,F,M> builder, RegistryInfoImpl<T,C,F,M> registry, M m)
           
RuntimeElementInfoImpl(RuntimeModelBuilder modelBuilder, RegistryInfoImpl registry, Method method)