Uses of Interface
com.sun.xml.bind.v2.model.core.ClassInfo

Packages that use ClassInfo
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

Uses of ClassInfo in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return ClassInfo
 ClassInfo<T,C> ClassInfo.getBaseClass()
          Obtains the information about the base class.
 ClassInfo<T,C> Element.getScope()
          If non-null, this element is only active inside the given scope.
 

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type ClassInfo
 java.util.Map<C,? extends ClassInfo<T,C>> TypeInfoSet.beans()
          Returns all the ClassInfos known to this set.