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

Packages that use RuntimePropertyInfo
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.property   
com.sun.xml.bind.v2.runtime.reflect.opt Hosts optimized Accessor, TransducedAccessor, and Transducer
 

Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimePropertyInfo
(package private)  class RuntimeAttributePropertyInfoImpl
           
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
(package private)  class RuntimeElementPropertyInfoImpl
           
(package private)  class RuntimeMapPropertyInfoImpl
           
(package private)  class RuntimeReferencePropertyInfoImpl
           
(package private)  class RuntimeValuePropertyInfoImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return RuntimePropertyInfo
 RuntimePropertyInfo RuntimeClassInfoImpl.getProperty(String name)
           
 RuntimePropertyInfo RuntimeElementInfoImpl.RuntimePropertyImpl.getSource()
           
 RuntimePropertyInfo RuntimeTypeRefImpl.getSource()
           
 RuntimePropertyInfo RuntimeValuePropertyInfoImpl.getSource()
           
 RuntimePropertyInfo RuntimeAttributePropertyInfoImpl.getSource()
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimePropertyInfo
 List<? extends RuntimePropertyInfo> RuntimeClassInfoImpl.getProperties()
           
 

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

Subinterfaces of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeAttributePropertyInfo
           
 interface RuntimeElementPropertyInfo
           
 interface RuntimeMapPropertyInfo
           
 interface RuntimeReferencePropertyInfo
           
 interface RuntimeValuePropertyInfo
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return RuntimePropertyInfo
 RuntimePropertyInfo RuntimeClassInfo.getProperty(String name)
           
 RuntimePropertyInfo RuntimeTypeRef.getSource()
           
 RuntimePropertyInfo RuntimeNonElementRef.getSource()
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfo
 List<? extends RuntimePropertyInfo> RuntimeClassInfo.getProperties()
           
 

Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.runtime.property
 

Methods in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfo
static Property PropertyFactory.create(JAXBContextImpl grammar, RuntimePropertyInfo info)
          Creates/obtains a properly configured Property object from the given description.
(package private) static boolean PropertyFactory.isLeaf(RuntimePropertyInfo info)
          Look for the case that can be optimized as a leaf, which is a kind of type whose XML representation is just PCDATA.
 

Constructors in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfo
ArrayERProperty(JAXBContextImpl grammar, RuntimePropertyInfo prop, QName tagName, boolean isWrapperNillable)
           
ArrayProperty(JAXBContextImpl context, RuntimePropertyInfo prop)
           
PropertyImpl(JAXBContextImpl context, RuntimePropertyInfo prop)
           
 

Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.runtime.reflect.opt
 

Methods in com.sun.xml.bind.v2.runtime.reflect.opt with parameters of type RuntimePropertyInfo
static TransducedAccessor OptimizedTransducedAccessorFactory.get(RuntimePropertyInfo prop)
          Gets the optimizd TransducedAccessor if possible.