Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
Packages that use JaxBeanInfo
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of JaxBeanInfo in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of JaxBeanInfo in org.glassfish.jaxb.runtime.v2.runtimeModifier and TypeClassDescriptionfinal classClassBeanInfoImpl<BeanT>JaxBeanInfoimplementation for j2s bean.classfinal classJaxBeanInfoimplementation forRuntimeElementInfo.Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type JaxBeanInfoModifier and TypeFieldDescriptionprotected Map<RuntimeTypeInfo, JaxBeanInfo> JAXBContextImpl.beanInfosAll createdJaxBeanInfos.Methods in org.glassfish.jaxb.runtime.v2.runtime that return JaxBeanInfoModifier and TypeMethodDescription<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.JAXBContextImpl.getBeanInfo(Object o) Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.JAXBContextImpl.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 org.glassfish.jaxb.runtime.v2.runtime with parameters of type JaxBeanInfoModifier and TypeMethodDescriptionvoidXMLSerializer.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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return JaxBeanInfoModifier and TypeMethodDescriptionStructureLoader.getBeanInfo()<T> JaxBeanInfo<T> UnmarshallerImpl.getBeanInfo(Class<T> clazz) Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type JaxBeanInfoModifier and TypeMethodDescriptionUnmarshallingContext.createInstance(JaxBeanInfo beanInfo) Creates a new instance of the specified class.UnmarshallerImpl.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) UnmarshallerImpl.unmarshal0(Node node, JaxBeanInfo expectedType) Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type JaxBeanInfo