Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfo

Packages that use RuntimeTypeInfo
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.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
(package private)  class RuntimeAnyTypeImpl
           
(package private)  class RuntimeArrayInfoImpl
           
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
(package private)  class RuntimeClassInfoImpl
           
(package private)  class RuntimeElementInfoImpl
           
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeTypeInfo
 List<? extends RuntimeTypeInfo> RuntimeElementPropertyInfoImpl.ref()
           
 List<? extends RuntimeTypeInfo> RuntimeMapPropertyInfoImpl.ref()
           
 

Uses of RuntimeTypeInfo in com.sun.xml.bind.v2.model.runtime
 

Subinterfaces of RuntimeTypeInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeArrayInfo
           
 interface RuntimeBuiltinLeafInfo
           
 interface RuntimeClassInfo
           
 interface RuntimeElement
           
 interface RuntimeElementInfo
           
 interface RuntimeEnumLeafInfo
           
 interface RuntimeLeafInfo
           
 interface RuntimeNonElement
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeTypeInfo
 Collection<? extends RuntimeTypeInfo> RuntimeElementPropertyInfo.ref()
          List of TypeInfos that this property references.
 Collection<? extends RuntimeTypeInfo> RuntimePropertyInfo.ref()
          List of TypeInfos 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 RuntimeTypeInfo
protected  Map<RuntimeTypeInfo,JaxBeanInfo> JAXBContextImpl.beanInfos
          All created JaxBeanInfos.
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type RuntimeTypeInfo
 JaxBeanInfo JAXBContextImpl.getOrCreate(RuntimeTypeInfo e)
           
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type RuntimeTypeInfo
AnyTypeBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo anyTypeInfo)
           
JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)
          For JaxBeanInfo that has no type names.
JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)
          For JaxBeanInfo that has multiple type names.
JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents)
          For JaxBeanInfo that has one type name.