Uses of Class
com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
Packages that use ClassBeanInfoImpl Package Description 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 Modifier and Type Field Description ClassBeanInfoImpl<? super BeanT>
ClassBeanInfoImpl. superClazz
ClassBeanInfoImpl
that represents the super class ofJaxBeanInfo.jaxbType
.Methods in com.sun.xml.bind.v2.runtime that return ClassBeanInfoImpl Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Constructor Description StructureLoader(ClassBeanInfoImpl beanInfo)
-