Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
-
Packages that use RuntimeElementInfo Package Description com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.core
for the runtime. -
-
Uses of RuntimeElementInfo in com.sun.xml.bind.v2.model.runtime
Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeElementInfo Modifier and Type Method Description RuntimeElementInfo
RuntimeTypeInfoSet. getElementInfo(Class scope, QName name)
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeElementInfo Modifier and Type Method Description Iterable<? extends RuntimeElementInfo>
RuntimeTypeInfoSet. getAllElements()
Map<QName,? extends RuntimeElementInfo>
RuntimeTypeInfoSet. getElementMappings(Class scope)
-