Uses of Class
com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
Packages that use JAXBContextImpl Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.com.sun.xml.bind.v2.runtime.property com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of JAXBContextImpl in com.sun.xml.bind.api
Fields in com.sun.xml.bind.api declared as JAXBContextImpl Modifier and Type Field Description protected JAXBContextImplBridge. contextConstructors in com.sun.xml.bind.api with parameters of type JAXBContextImpl Constructor Description Bridge(JAXBContextImpl context) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.model.impl
Fields in com.sun.xml.bind.v2.model.impl declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplRuntimeModelBuilder. contextTheJAXBContextImplfor which the model is built.Constructors in com.sun.xml.bind.v2.model.impl with parameters of type JAXBContextImpl Constructor Description RuntimeModelBuilder(JAXBContextImpl context, RuntimeAnnotationReader annotationReader, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplXMLSerializer. grammarMethods in com.sun.xml.bind.v2.runtime that return JAXBContextImpl Modifier and Type Method Description JAXBContextImplJAXBContextImpl.JAXBContextBuilder. build()JAXBContextImplJAXBContextImpl. createAugmented(Class<?> clazz)Creates aJAXBContextImplthat includes the specified additional classes.JAXBContextImplMarshallerImpl. getContext()Methods in com.sun.xml.bind.v2.runtime with parameters of type JAXBContextImpl Modifier and Type Method Description LoaderClassBeanInfoImpl. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)LoaderCompositeStructureBeanInfo. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)LoaderElementBeanInfoImpl. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)abstract LoaderJaxBeanInfo. getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable)Gets theLoaderthat will unmarshall the given object.protected voidClassBeanInfoImpl. link(JAXBContextImpl grammar)voidElementBeanInfoImpl. link(JAXBContextImpl grammar)protected voidJaxBeanInfo. link(JAXBContextImpl grammar)Called after all theJaxBeanInfos are created.Constructors in com.sun.xml.bind.v2.runtime with parameters of type JAXBContextImpl Constructor Description CompositeStructureBeanInfo(JAXBContextImpl context)ElementBeanInfoImpl(JAXBContextImpl grammar)The constructor for the sole instanceofJaxBeanInfofor handling user-createdJAXBElement.JAXBContextBuilder(JAXBContextImpl baseImpl)JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has no type names.JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has multiple type names.JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)ForJaxBeanInfothat has one type name.MarshallerImpl(JAXBContextImpl c, AssociationMap assoc) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.output
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type JAXBContextImpl Modifier and Type Method Description static XmlOutputXMLStreamWriterOutput. create(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler)Creates a newXmlOutputfrom aXMLStreamWriter.Constructors in com.sun.xml.bind.v2.runtime.output with parameters of type JAXBContextImpl Constructor Description FastInfosetStreamWriterOutput(com.sun.xml.fastinfoset.stax.StAXDocumentSerializer out, JAXBContextImpl context) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.property
Fields in com.sun.xml.bind.v2.runtime.property declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplUnmarshallerChain. contextMethods in com.sun.xml.bind.v2.runtime.property with parameters of type JAXBContextImpl Modifier and Type Method Description static PropertyPropertyFactory. create(JAXBContextImpl grammar, RuntimePropertyInfo info)Creates/obtains a properly configuredPropertyobject from the given description.Constructors in com.sun.xml.bind.v2.runtime.property with parameters of type JAXBContextImpl Constructor Description AttributeProperty(JAXBContextImpl context, RuntimeAttributePropertyInfo prop)UnmarshallerChain(JAXBContextImpl context)ValueProperty(JAXBContextImpl context, RuntimeValuePropertyInfo prop) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.reflect
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type JAXBContextImpl Modifier and Type Method Description static <T> TransducedAccessor<T>TransducedAccessor. get(JAXBContextImpl context, RuntimeNonElementRef ref)Gets theTransducedAccessorappropriately configured for the given property.Accessor<BeanT,ValueT>Accessor.FieldReflection. optimize(JAXBContextImpl context)Accessor<BeanT,ValueT>Accessor.GetterSetterReflection. optimize(JAXBContextImpl context)Accessor<BeanT,ValueT>Accessor. optimize(JAXBContextImpl context)Returns the optimized version of the same accessor.Accessor<BeanT,ValueT>Accessor.ReadOnlyFieldReflection. optimize(JAXBContextImpl context)Constructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type JAXBContextImpl Constructor Description CompositeTransducedAccessorImpl(JAXBContextImpl context, Transducer<ValueT> xducer, Accessor<BeanT,ValueT> acc) -
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.unmarshaller
Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as JAXBContextImpl Modifier and Type Field Description protected JAXBContextImplUnmarshallerImpl. contextOwningJAXBContextMethods in com.sun.xml.bind.v2.runtime.unmarshaller that return JAXBContextImpl Modifier and Type Method Description JAXBContextImplUnmarshallingContext. getJAXBContext()Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl Modifier and Type Method Description voidStructureLoader. init(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?,Map<QName,String>> attWildcard)Completes the initialization.Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl Constructor Description UnmarshallerImpl(JAXBContextImpl context, AssociationMap assoc)
-