protected static enum AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction extends Enum<AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction> implements PrivilegedAction<ClassLoader>
null
.Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
run() |
static AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction INSTANCE
public static AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction[] values()
for (AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction c : AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction.values()) System.out.println(c);
public static AgentBuilder.PoolStrategy.WithTypePoolCache.Simple.BootstrapMarkerAction 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 ClassLoader run()
run
in interface PrivilegedAction<ClassLoader>
Copyright © 2014–2023. All rights reserved.