Uses of Interface
com.sun.xml.bind.v2.model.core.LeafInfo

Packages that use LeafInfo
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
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. 
 

Uses of LeafInfo in com.sun.xml.bind.v2.model.core
 

Subinterfaces of LeafInfo in com.sun.xml.bind.v2.model.core
 interface BuiltinLeafInfo<T,C>
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
 interface EnumLeafInfo<T,C>
          NonElement that represents an Enum class.
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement LeafInfo
 class BuiltinLeafInfoImpl<TypeT,ClassDeclT>
          JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
(package private)  class EnumLeafInfoImpl<T,C,F,M>
          EnumLeafInfo implementation.
(package private)  class LeafInfoImpl<TypeT,ClassDeclT>
           
 class RuntimeBuiltinLeafInfoImpl<T>
           
(package private)  class RuntimeEnumLeafInfoImpl<T extends Enum<T>,B>
           
 

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

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