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

Packages that use RuntimeLeafInfo
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 RuntimeLeafInfo in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimeLeafInfo
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

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

Subinterfaces of RuntimeLeafInfo in com.sun.xml.bind.v2.model.runtime
 interface RuntimeBuiltinLeafInfo
           
 interface RuntimeEnumLeafInfo
           
 

Uses of RuntimeLeafInfo in com.sun.xml.bind.v2.runtime
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type RuntimeLeafInfo
LeafBeanInfoImpl(JAXBContextImpl grammar, RuntimeLeafInfo li)