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

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

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

Methods in com.sun.xml.bind.v2.model.impl that return RuntimeElementInfoImpl
 RuntimeElementInfoImpl RuntimeModelBuilder.createElementInfo(RegistryInfoImpl<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> registryInfo, java.lang.reflect.Method method)
           
 RuntimeElementInfoImpl RuntimeTypeInfoSetImpl.getElementInfo(java.lang.Class scope, javax.xml.namespace.QName name)
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type RuntimeElementInfoImpl
 java.lang.Iterable<RuntimeElementInfoImpl> RuntimeTypeInfoSetImpl.getAllElements()
           
 java.util.Map<javax.xml.namespace.QName,RuntimeElementInfoImpl> RuntimeTypeInfoSetImpl.getElementMappings(java.lang.Class scope)