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

Packages that use RuntimePropertyInfo
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   
 

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(java.lang.String name)
           
 RuntimePropertyInfo RuntimeNonElementRef.getSource()
           
 RuntimePropertyInfo RuntimeTypeRef.getSource()
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfo
 java.util.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 that return RuntimePropertyInfo
 RuntimePropertyInfo Property.getInfo()
          Provides more RuntimePropertyInfo information on the 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.
 

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.