public static enum ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction extends Enum<ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction> implements PrivilegedAction<ClassLoader>
net.bytebuddy.dynamic.loading.SimpleModuleFinder.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
run() |
static ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction INSTANCE
public static ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction[] values()
for (ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction c : ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction.values()) System.out.println(c);
public static ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.CreationAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@MaybeNull public ClassLoader run()
run in interface PrivilegedAction<ClassLoader>Copyright © 2014–2025. All rights reserved.