Uses of Class
com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
Packages that use ClassBeanInfoImpl
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of ClassBeanInfoImpl in com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime declared as ClassBeanInfoImplModifier and TypeFieldDescriptionfinal ClassBeanInfoImpl<? super BeanT>
ClassBeanInfoImpl.superClazz
ClassBeanInfoImpl
that represents the super class ofJaxBeanInfo.jaxbType
.Methods in com.sun.xml.bind.v2.runtime that return ClassBeanInfoImplModifier and TypeMethodDescriptionprotected 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 ClassBeanInfoImplModifier and TypeMethodDescriptionvoid
StructureLoader.init
(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?, Map<QName, String>> attWildcard) Completes the initialization.Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type ClassBeanInfoImpl