Uses of Interface
com.sun.xml.bind.v2.model.core.RegistryInfo
-
Packages that use RegistryInfo Package Description com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. -
-
Uses of RegistryInfo in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl that return RegistryInfo Modifier and Type Method Description RegistryInfo<T,C>
ModelBuilder. addRegistry(C registryClass, Locatable upstream)
Visits a class withXmlRegistry
and records all the element mappings in it.RegistryInfo<T,C>
ModelBuilder. getRegistry(String packageName)
Gets aRegistryInfo
for the given package.
-