Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfo
Packages that use RuntimeTypeInfo
Package
Description
Implementation of the org.glassfish.jaxb.j2s.model package.
The specialization of
org.glassfish.jaxb.core.v2.model.core for the runtime.Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement RuntimeTypeInfo -
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.model.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type RuntimeTypeInfoModifier and TypeMethodDescriptionCollection<? extends RuntimeTypeInfo>RuntimeElementPropertyInfo.ref()Collection<? extends RuntimeTypeInfo>RuntimePropertyInfo.ref() -
Uses of RuntimeTypeInfo in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type RuntimeTypeInfoModifier and TypeFieldDescriptionprotected Map<RuntimeTypeInfo,JaxBeanInfo> JAXBContextImpl.beanInfosAll createdJaxBeanInfos.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type RuntimeTypeInfoConstructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type RuntimeTypeInfoModifierConstructorDescriptionprotectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has no type names.protectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has multiple type names.protectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has one type name.