Uses of Class
io.github.fastclasspathscanner.ClassLoaderHandler.DelegationOrder
-
Packages that use ClassLoaderHandler.DelegationOrder Package Description io.github.fastclasspathscanner io.github.fastclasspathscanner.classloaderhandler -
-
Uses of ClassLoaderHandler.DelegationOrder in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner that return ClassLoaderHandler.DelegationOrder Modifier and Type Method Description ClassLoaderHandler.DelegationOrderClassLoaderHandler. getDelegationOrder(ClassLoader classLoaderInstance)The delegation order configuration for a given ClassLoader instance (this is usually PARENT_FIRST for most ClassLoaders, since you don't generally want to be able to override system classes with user classes, but this can be overridden by some ClassLoaders, e.g.static ClassLoaderHandler.DelegationOrderClassLoaderHandler.DelegationOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassLoaderHandler.DelegationOrder[]ClassLoaderHandler.DelegationOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClassLoaderHandler.DelegationOrder in io.github.fastclasspathscanner.classloaderhandler
-