Uses of Class
javax.xml.bind.JAXBElement
-
Packages that use JAXBElement Package Description com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.corefor the runtime.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces. -
-
Uses of JAXBElement in com.sun.xml.bind.v2.model.runtime
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type JAXBElement Modifier and Type Method Description Class<? extends JAXBElement>RuntimeElementInfo. getType()Returns the customJAXBElementclass tailored this element. -
Uses of JAXBElement in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return JAXBElement Modifier and Type Method Description JAXBElementElementBeanInfoImpl. createInstance(UnmarshallingContext context)JAXBElementElementBeanInfoImpl. createInstanceFromValue(Object o)<T> JAXBElement<T>BinderImpl. unmarshal(XmlNode xmlNode, Class<T> expectedType)Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type JAXBElement Modifier and Type Method Description Transducer<JAXBElement>ElementBeanInfoImpl. getTransducer()Methods in com.sun.xml.bind.v2.runtime with parameters of type JAXBElement Modifier and Type Method Description StringElementBeanInfoImpl. getElementLocalName(JAXBElement e)StringElementBeanInfoImpl. getElementNamespaceURI(JAXBElement e)StringElementBeanInfoImpl. getId(JAXBElement e, XMLSerializer target)booleanElementBeanInfoImpl. reset(JAXBElement e, UnmarshallingContext context)voidElementBeanInfoImpl. serializeAttributes(JAXBElement e, XMLSerializer target)voidElementBeanInfoImpl. serializeBody(JAXBElement element, XMLSerializer target)voidElementBeanInfoImpl. serializeRoot(JAXBElement e, XMLSerializer target)voidElementBeanInfoImpl. serializeURIs(JAXBElement e, XMLSerializer target) -
Uses of JAXBElement in com.sun.xml.bind.v2.runtime.reflect
Fields in com.sun.xml.bind.v2.runtime.reflect with type parameters of type JAXBElement Modifier and Type Field Description static Accessor<JAXBElement,Object>Accessor. JAXB_ELEMENT_VALUEAccessorforgetValue(). -
Uses of JAXBElement in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return JAXBElement Modifier and Type Method Description <T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLEventReader reader, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLStreamReader reader, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(Source source, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(Node node, Class<T> expectedType)protected <T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLReader reader, InputSource source, Class<T> expectedType) -
Uses of JAXBElement in javax.xml.bind
Methods in javax.xml.bind that return JAXBElement Modifier and Type Method Description abstract <T> JAXBElement<T>Binder. unmarshal(XmlNode xmlNode, Class<T> declaredType)Unmarshal XML root element by provideddeclaredTypeto a JAXB object tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLEventReader reader, Class<T> declaredType)Unmarshal root element to JAXB mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLStreamReader reader, Class<T> declaredType)Unmarshal root element to JAXB mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Source source, Class<T> declaredType)Unmarshal XML data from the specified XML Source bydeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Node node, Class<T> declaredType)Unmarshal XML data by JAXB mappeddeclaredTypeand return the resulting content tree. -
Uses of JAXBElement in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return JAXBElement Modifier and Type Method Description <T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(XMLEventReader reader, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(XMLStreamReader reader, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(Source source, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(Node node, Class<T> expectedType)
-