Uses of Class
com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl

Packages that use BuiltinLeafInfoImpl
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of BuiltinLeafInfoImpl in com.sun.tools.xjc.model
 

Subclasses of BuiltinLeafInfoImpl in com.sun.tools.xjc.model
 class CBuiltinLeafInfo
          Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.
 

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

Subclasses of BuiltinLeafInfoImpl in com.sun.xml.bind.v2.model.impl
 class RuntimeBuiltinLeafInfoImpl<T>
          BuiltinLeafInfoImpl with a support for runtime.
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type BuiltinLeafInfoImpl
static
<TypeT,ClassDeclT>
java.util.Map<TypeT,BuiltinLeafInfoImpl<TypeT,ClassDeclT>>
BuiltinLeafInfoImpl.createLeaves(Navigator<TypeT,ClassDeclT,?,?> nav)
          Creates all the BuiltinLeafInfoImpls as specified in the spec.