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.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.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, org.glassfish.jaxb.runtime.v2.runtime.reflect.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)
-