Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
-
Packages that use ClassBeanInfoImpl Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of ClassBeanInfoImpl in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as ClassBeanInfoImpl Modifier and Type Field Description ClassBeanInfoImpl<? super BeanT>ClassBeanInfoImpl. superClazzClassBeanInfoImplthat represents the super class ofJaxBeanInfo.jaxbType.Methods in org.glassfish.jaxb.runtime.v2.runtime that return ClassBeanInfoImpl Modifier and Type Method Description protected ClassBeanInfoImplJAXBContextImpl. getOrCreate(RuntimeClassInfo ci) -
Uses of ClassBeanInfoImpl in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type ClassBeanInfoImpl Modifier and Type Method Description voidStructureLoader. init(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?,Map<QName,String>> attWildcard)Completes the initialization.Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type ClassBeanInfoImpl Constructor Description StructureLoader(ClassBeanInfoImpl beanInfo)
-