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 class
ClassBeanInfoImpl<BeanT>
JaxBeanInfo
implementation for j2s bean.class
final class
JaxBeanInfo
implementation forRuntimeElementInfo
.Fields in com.sun.xml.bind.v2.runtime with type parameters of type JaxBeanInfoModifier and TypeFieldDescriptionprotected Map
<RuntimeTypeInfo, JaxBeanInfo> JAXBContextImpl.beanInfos
All createdJaxBeanInfo
s.Methods in com.sun.xml.bind.v2.runtime that return JaxBeanInfoModifier and TypeMethodDescriptionfinal <T> JaxBeanInfo
<T> JAXBContextImpl.getBeanInfo
(Class<T> clazz) Gets theJaxBeanInfo
object that can handle the given JAXB-bound class.final <T> JaxBeanInfo
<T> JAXBContextImpl.getBeanInfo
(Class<T> clazz, boolean fatal) Gets theJaxBeanInfo
object that can handle the given JAXB-bound class.final JaxBeanInfo
JAXBContextImpl.getBeanInfo
(Object o) Gets theJaxBeanInfo
object that can handle the given JAXB-bound object.final JaxBeanInfo
JAXBContextImpl.getBeanInfo
(Object o, boolean fatal) Gets theJaxBeanInfo
object that can handle the given JAXB-bound object.JAXBContextImpl.getGlobalType
(QName name) Gets theJaxBeanInfo
for the given named XML Schema type.protected JaxBeanInfo
JAXBContextImpl.getOrCreate
(RuntimeArrayInfo ai) protected JaxBeanInfo
JAXBContextImpl.getOrCreate
(RuntimeEnumLeafInfo eli) JAXBContextImpl.getOrCreate
(RuntimeTypeInfo e) Methods in com.sun.xml.bind.v2.runtime with parameters of type JaxBeanInfoModifier and TypeMethodDescriptionfinal void
XMLSerializer.childAsXsiType
(Object child, String fieldName, JaxBeanInfo expected, boolean nillable) This method is called when a type child object is found.protected final <T> void
MarshallerImpl.write
(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction) Used byBridgeImpl
to 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 XmlVisitor
UnmarshallerImpl.createUnmarshallerHandler
(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType) Creates and configures a new unmarshalling pipe line.protected final void
Loader.fireAfterUnmarshal
(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) Fires the afterUnmarshal event if necessary.protected final void
Loader.fireBeforeUnmarshal
(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) Fires the beforeUnmarshal event if necessary.void
UnmarshallingContext.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 Object
UnmarshallerImpl.unmarshal0
(Node node, JaxBeanInfo expectedType) Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JaxBeanInfo