Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Packages that use JAXBContextImpl Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.api
Fields in org.glassfish.jaxb.runtime.api declared as JAXBContextImpl Modifier and Type Field Description protected JAXBContextImplBridge. contextConstructors in org.glassfish.jaxb.runtime.api with parameters of type JAXBContextImpl Constructor Description Bridge(JAXBContextImpl context) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplRuntimeModelBuilder. contextTheJAXBContextImplfor which the model is built.Constructors in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplXMLSerializer. grammarMethods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type JAXBContextImpl Constructor Description FastInfosetStreamWriterOutput(com.sun.xml.fastinfoset.stax.StAXDocumentSerializer out, JAXBContextImpl context) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.property
Fields in org.glassfish.jaxb.runtime.v2.runtime.property declared as JAXBContextImpl Modifier and Type Field Description JAXBContextImplUnmarshallerChain. contextMethods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type JAXBContextImpl Constructor Description CompositeTransducedAccessorImpl(JAXBContextImpl context, Transducer<ValueT> xducer, Accessor<BeanT,ValueT> acc) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as JAXBContextImpl Modifier and Type Field Description protected JAXBContextImplUnmarshallerImpl. contextOwningJAXBContextMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return JAXBContextImpl Modifier and Type Method Description JAXBContextImplUnmarshallingContext. getJAXBContext()Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type JAXBContextImpl Constructor Description UnmarshallerImpl(JAXBContextImpl context, AssociationMap assoc)
-