Uses of Class
com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl

Packages that use ClassBeanInfoImpl
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of ClassBeanInfoImpl in com.sun.xml.bind.v2.runtime
 

Fields in com.sun.xml.bind.v2.runtime declared as ClassBeanInfoImpl
 ClassBeanInfoImpl<? super BeanT> ClassBeanInfoImpl.superClazz
          ClassBeanInfoImpl that represents the super class of JaxBeanInfo.jaxbType.
 

Methods in com.sun.xml.bind.v2.runtime that return ClassBeanInfoImpl
protected  ClassBeanInfoImpl JAXBContextImpl.getOrCreate(RuntimeClassInfo ci)
           
 

Uses of ClassBeanInfoImpl in com.sun.xml.bind.v2.runtime.unmarshaller
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type ClassBeanInfoImpl
 void StructureLoader.init(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?,java.util.Map<javax.xml.namespace.QName,java.lang.String>> attWildcard)
          Completes the initialization.
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type ClassBeanInfoImpl
StructureLoader(ClassBeanInfoImpl beanInfo)