public static enum ClassReloadingStrategy.BootstrapInjection.Disabled extends Enum<ClassReloadingStrategy.BootstrapInjection.Disabled> implements ClassReloadingStrategy.BootstrapInjection
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector |
make(Instrumentation instrumentation)
Creates a class injector to use.
|
static ClassReloadingStrategy.BootstrapInjection.Disabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassReloadingStrategy.BootstrapInjection.Disabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassReloadingStrategy.BootstrapInjection.Disabled INSTANCE
public static ClassReloadingStrategy.BootstrapInjection.Disabled[] values()
for (ClassReloadingStrategy.BootstrapInjection.Disabled c : ClassReloadingStrategy.BootstrapInjection.Disabled.values()) System.out.println(c);
public static ClassReloadingStrategy.BootstrapInjection.Disabled 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 nullpublic ClassInjector make(Instrumentation instrumentation)
make
in interface ClassReloadingStrategy.BootstrapInjection
instrumentation
- The instrumentation of this instance.Copyright © 2014–2024. All rights reserved.