Uses of Class
com.sun.xml.bind.v2.runtime.JaxBeanInfo
Packages that use JaxBeanInfo
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of JaxBeanInfo in com.sun.xml.bind.v2.runtime
Subclasses of JaxBeanInfo in com.sun.xml.bind.v2.runtimeModifier and TypeClassDescriptionfinal classClassBeanInfoImpl<BeanT>JaxBeanInfoimplementation for j2s bean.classfinal classJaxBeanInfoimplementation forRuntimeElementInfo.Fields in com.sun.xml.bind.v2.runtime with type parameters of type JaxBeanInfoModifier and TypeFieldDescriptionprotected Map<RuntimeTypeInfo,JaxBeanInfo> JAXBContextImpl.beanInfosAll createdJaxBeanInfos.Methods in com.sun.xml.bind.v2.runtime that return JaxBeanInfoModifier and TypeMethodDescriptionfinal <T> JaxBeanInfo<T>JAXBContextImpl.getBeanInfo(Class<T> clazz) Gets theJaxBeanInfoobject that can handle the given JAXB-bound class.final <T> JaxBeanInfo<T>JAXBContextImpl.getBeanInfo(Class<T> clazz, boolean fatal) Gets theJaxBeanInfoobject that can handle the given JAXB-bound class.final JaxBeanInfoJAXBContextImpl.getBeanInfo(Object o) Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.final JaxBeanInfoJAXBContextImpl.getBeanInfo(Object o, boolean fatal) Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.JAXBContextImpl.getGlobalType(QName name) Gets theJaxBeanInfofor the given named XML Schema type.protected JaxBeanInfoJAXBContextImpl.getOrCreate(RuntimeArrayInfo ai) protected JaxBeanInfoJAXBContextImpl.getOrCreate(RuntimeEnumLeafInfo eli) JAXBContextImpl.getOrCreate(RuntimeTypeInfo e) Methods in com.sun.xml.bind.v2.runtime with parameters of type JaxBeanInfoModifier and TypeMethodDescriptionfinal voidXMLSerializer.childAsXsiType(Object child, String fieldName, JaxBeanInfo expected, boolean nillable) This method is called when a type child object is found.protected final <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 JaxBeanInfoModifier and TypeMethodDescriptionStructureLoader.getBeanInfo()<T> JaxBeanInfo<T>UnmarshallerImpl.getBeanInfo(Class<T> clazz) Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JaxBeanInfoModifier and TypeMethodDescriptionUnmarshallingContext.createInstance(JaxBeanInfo beanInfo) Creates a new instance of the specified class.final XmlVisitorUnmarshallerImpl.createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType) Creates and configures a new unmarshalling pipe line.protected final voidLoader.fireAfterUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) Fires the afterUnmarshal event if necessary.protected final 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) UnmarshallerImpl.unmarshal0(InputStream input, JaxBeanInfo expectedType) UnmarshallerImpl.unmarshal0(XMLStreamReader reader, JaxBeanInfo expectedType) UnmarshallerImpl.unmarshal0(Source source, JaxBeanInfo expectedType) final ObjectUnmarshallerImpl.unmarshal0(Node node, JaxBeanInfo expectedType) Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JaxBeanInfo