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

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

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type BuiltinLeafInfo
 java.util.Map<T,? extends BuiltinLeafInfo<T,C>> TypeInfoSet.builtins()
          Returns all the BuiltinLeafInfos known to this set.
 

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

Classes in com.sun.xml.bind.v2.model.impl that implement BuiltinLeafInfo
 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.
 class RuntimeBuiltinLeafInfoImpl<T>
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type BuiltinLeafInfo
 java.util.Map<TypeT,? extends BuiltinLeafInfo<TypeT,ClassDeclT>> TypeInfoSetImpl.builtins()
           
 

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

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