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<Type,Class,Field,Method> registryInfo, Method method)
           
 RuntimeElementInfoImpl RuntimeTypeInfoSetImpl.getElementInfo(Class scope, QName name)
           
 

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