Uses of Interface
org.jibx.util.IClassLocator
-
Packages that use IClassLocator Package Description org.jibx.binding.classes org.jibx.binding.model org.jibx.util -
-
Uses of IClassLocator in org.jibx.binding.classes
Classes in org.jibx.binding.classes that implement IClassLocator Modifier and Type Class Description static classClassCache.ClassCacheLocatorLocator using the cache. -
Uses of IClassLocator in org.jibx.binding.model
Methods in org.jibx.binding.model that return IClassLocator Modifier and Type Method Description IClassLocatorClassWrapper. getLocator()Constructors in org.jibx.binding.model with parameters of type IClassLocator Constructor Description ClassWrapper(IClassLocator loc, ClassFile clas)Constructor.TreeContext(IClassLocator iloc)Constructor.ValidationContext(IClassLocator iloc)Constructor. -
Uses of IClassLocator in org.jibx.util
Classes in org.jibx.util that implement IClassLocator Modifier and Type Class Description classDummyClassLocatorDummy class locator, used when no class information is available.Methods in org.jibx.util that return IClassLocator Modifier and Type Method Description IClassLocatorIClass. getLocator()Get the locator which provided this class.
-