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

Packages that use BuiltinLeafInfoImpl
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

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>
           
 

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.
 

Constructor parameters in com.sun.xml.bind.v2.model.impl with type arguments of type BuiltinLeafInfoImpl
TypeInfoSetImpl(Navigator<TypeT,ClassDeclT,FieldT,MethodT> nav, AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> reader, java.util.Map<TypeT,? extends BuiltinLeafInfoImpl<TypeT,ClassDeclT>> leaves)