Uses of Interface
net.md_5.specialsource.provider.InheritanceProvider
Packages that use InheritanceProvider
-
Uses of InheritanceProvider in net.md_5.specialsource
Classes in net.md_5.specialsource that implement InheritanceProviderMethods in net.md_5.specialsource with parameters of type InheritanceProviderModifier and TypeMethodDescriptionvoidInheritanceMap.generate(InheritanceProvider inheritanceProvider, Collection<String> classes) Generate an inheritance map for the given classesvoidJarMapping.setFallbackInheritanceProvider(InheritanceProvider fallbackInheritanceProvider) Set the inheritance provider to be consulted if the inheritance map has no information on the requested class (results will be cached in the inheritance map). -
Uses of InheritanceProvider in net.md_5.specialsource.provider
Classes in net.md_5.specialsource.provider that implement InheritanceProviderModifier and TypeClassDescriptionclassLookup inheritance from a class in a given URLClassLoader.classLookup inheritance from a class given a jar.classLookup inheritance information from multiple sources, in order.Methods in net.md_5.specialsource.provider with parameters of type InheritanceProviderModifier and TypeMethodDescriptionvoidJointProvider.add(InheritanceProvider inheritanceProvider)