Uses of Class
com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
Packages that use JaxBeanInfo Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of JaxBeanInfo in com.sun.xml.bind.v2.runtime
Subclasses of JaxBeanInfo in com.sun.xml.bind.v2.runtime Modifier and Type Class Description classClassBeanInfoImpl<BeanT>JaxBeanInfoimplementation for j2s bean.classCompositeStructureBeanInfoclassElementBeanInfoImplJaxBeanInfoimplementation forRuntimeElementInfo.Fields in com.sun.xml.bind.v2.runtime with type parameters of type JaxBeanInfo Modifier and Type Field Description protected Map<RuntimeTypeInfo,JaxBeanInfo>JAXBContextImpl. beanInfosAll createdJaxBeanInfos.Methods in com.sun.xml.bind.v2.runtime that return JaxBeanInfo Modifier and Type Method Description <T> JaxBeanInfo<T>JAXBContextImpl. getBeanInfo(Class<T> clazz)Gets theJaxBeanInfoobject that can handle the given JAXB-bound class.<T> JaxBeanInfo<T>JAXBContextImpl. getBeanInfo(Class<T> clazz, boolean fatal)Gets theJaxBeanInfoobject that can handle the given JAXB-bound class.JaxBeanInfoJAXBContextImpl. getBeanInfo(Object o)Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.JaxBeanInfoJAXBContextImpl. getBeanInfo(Object o, boolean fatal)Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.JaxBeanInfoJAXBContextImpl. getGlobalType(QName name)Gets theJaxBeanInfofor the given named XML Schema type.protected JaxBeanInfoJAXBContextImpl. getOrCreate(RuntimeArrayInfo ai)protected JaxBeanInfoJAXBContextImpl. getOrCreate(RuntimeEnumLeafInfo eli)JaxBeanInfoJAXBContextImpl. getOrCreate(RuntimeTypeInfo e)Methods in com.sun.xml.bind.v2.runtime with parameters of type JaxBeanInfo Modifier and Type Method Description voidXMLSerializer. childAsXsiType(Object child, String fieldName, JaxBeanInfo expected, boolean nillable)This method is called when a type child object is found.protected <T> voidMarshallerImpl. write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction)Used byBridgeImplto write an arbitrary object as a fragment. -
Uses of JaxBeanInfo in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return JaxBeanInfo Modifier and Type Method Description JaxBeanInfoStructureLoader. getBeanInfo()<T> JaxBeanInfo<T>UnmarshallerImpl. getBeanInfo(Class<T> clazz)Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JaxBeanInfo Modifier and Type Method Description ObjectUnmarshallingContext. createInstance(JaxBeanInfo beanInfo)Creates a new instance of the specified class.XmlVisitorUnmarshallerImpl. createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType)Creates and configures a new unmarshalling pipe line.protected voidLoader. fireAfterUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state)Fires the afterUnmarshal event if necessary.protected voidLoader. fireBeforeUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state)Fires the beforeUnmarshal event if necessary.voidUnmarshallingContext. reset(InfosetScanner scanner, boolean isInplaceMode, JaxBeanInfo expectedType, IDResolver idResolver)ObjectUnmarshallerImpl. unmarshal0(InputStream input, JaxBeanInfo expectedType)ObjectUnmarshallerImpl. unmarshal0(XMLStreamReader reader, JaxBeanInfo expectedType)ObjectUnmarshallerImpl. unmarshal0(Source source, JaxBeanInfo expectedType)ObjectUnmarshallerImpl. unmarshal0(Node node, JaxBeanInfo expectedType)Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JaxBeanInfo Constructor Description XsiTypeLoader(JaxBeanInfo defaultBeanInfo)
-