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

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

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

Subclasses of TypeInfoSetImpl in com.sun.xml.bind.v2.model.impl
(package private)  class RuntimeTypeInfoSetImpl
          TypeInfoSet specialized for runtime.
 

Fields in com.sun.xml.bind.v2.model.impl declared as TypeInfoSetImpl
protected  TypeInfoSetImpl<TypeT,ClassDeclT,FieldT,MethodT> TypeInfoImpl.owner
          TypeInfoSet to which this class belongs.
(package private)  TypeInfoSetImpl<T,C,F,M> ModelBuilder.typeInfoSet
          TypeInfos that are built will go into this set.
 

Methods in com.sun.xml.bind.v2.model.impl that return TypeInfoSetImpl
protected  TypeInfoSetImpl<T,C,F,M> ModelBuilder.createTypeInfoSet()