Uses of Interface
kilim.WeavingClassLoader.Excludable
-
Packages that use WeavingClassLoader.Excludable Package Description kilim kilim.tools -
-
Uses of WeavingClassLoader.Excludable in kilim
Fields in kilim declared as WeavingClassLoader.Excludable Modifier and Type Field Description private WeavingClassLoader.ExcludableWeavingClassLoader. checkerMethods in kilim with parameters of type WeavingClassLoader.Excludable Modifier and Type Method Description WeavingClassLoaderWeavingClassLoader. exclude(WeavingClassLoader.Excludable exclude)replace the exclude filter which determines whether a named class should be defined definitively by this loader or instead delegated to the parent loader. -
Uses of WeavingClassLoader.Excludable in kilim.tools
Fields in kilim.tools declared as WeavingClassLoader.Excludable Modifier and Type Field Description (package private) WeavingClassLoader.ExcludableKilim.Config. excludeConstructors in kilim.tools with parameters of type WeavingClassLoader.Excludable Constructor Description Config(boolean check, java.lang.Object example, WeavingClassLoader.Excludable exclude)
-