Uses of Interface
io.hawt.util.introspect.ClassLoaderProvider
-
Packages that use ClassLoaderProvider Package Description io.hawt.util.introspect io.hawt.util.introspect.support -
-
Uses of ClassLoaderProvider in io.hawt.util.introspect
Methods in io.hawt.util.introspect that return ClassLoaderProvider Modifier and Type Method Description static ClassLoaderProviderClassLoaderProviders. createConstantProvider(ClassLoader classLoader)static ClassLoaderProviderClassLoaderProviders. createReflectionProvider(Object instance, Method method) -
Uses of ClassLoaderProvider in io.hawt.util.introspect.support
Methods in io.hawt.util.introspect.support with parameters of type ClassLoaderProvider Modifier and Type Method Description voidClassScanner. setClassLoaderProvider(String id, ClassLoaderProvider classLoaderProvider)Registers a named class loader provider or removes it if the classLoaderProvider is null
-