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 TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeTypeInfoModifier and TypeMethodDescriptionCollection<? extends RuntimeTypeInfo>
RuntimeElementPropertyInfo.ref()
List ofTypeInfo
s that this property references.Collection<? extends RuntimeTypeInfo>
RuntimePropertyInfo.ref()
List ofTypeInfo
s 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.beanInfos
All createdJaxBeanInfo
s.Methods in com.sun.xml.bind.v2.runtime with parameters of type RuntimeTypeInfoConstructors in com.sun.xml.bind.v2.runtime with parameters of type RuntimeTypeInfoModifierConstructorDescriptionprotected
JaxBeanInfo
(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) ForJaxBeanInfo
that has no type names.protected
JaxBeanInfo
(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) ForJaxBeanInfo
that has multiple type names.protected
JaxBeanInfo
(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) ForJaxBeanInfo
that has one type name.