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