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

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

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

Fields in com.sun.xml.bind.v2.model.impl declared as RuntimeBuiltinLeafInfoImpl
static RuntimeBuiltinLeafInfoImpl<?>[] RuntimeBuiltinLeafInfoImpl.builtinBeanInfos
          List of all RuntimeBuiltinLeafInfoImpls.
static RuntimeBuiltinLeafInfoImpl<java.lang.String> RuntimeBuiltinLeafInfoImpl.STRING
           
 

Fields in com.sun.xml.bind.v2.model.impl with type parameters of type RuntimeBuiltinLeafInfoImpl
static java.util.Map<java.lang.reflect.Type,RuntimeBuiltinLeafInfoImpl<?>> RuntimeBuiltinLeafInfoImpl.LEAVES
          All instances of RuntimeBuiltinLeafInfoImpls keyed by their type.
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeBuiltinLeafInfoImpl
 java.util.Map<java.lang.reflect.Type,RuntimeBuiltinLeafInfoImpl<?>> RuntimeTypeInfoSetImpl.builtins()