public enum ActuatorEndPointName extends java.lang.Enum<ActuatorEndPointName>
Enum Constant and Description |
---|
autoconfig |
beans |
configprops |
dump |
env |
health |
info |
mappings |
metrics |
shutdown |
trace |
Modifier and Type | Method and Description |
---|---|
static ActuatorEndPointName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActuatorEndPointName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActuatorEndPointName autoconfig
public static final ActuatorEndPointName beans
public static final ActuatorEndPointName configprops
public static final ActuatorEndPointName dump
public static final ActuatorEndPointName env
public static final ActuatorEndPointName health
public static final ActuatorEndPointName info
public static final ActuatorEndPointName metrics
public static final ActuatorEndPointName mappings
public static final ActuatorEndPointName shutdown
public static final ActuatorEndPointName trace
public static ActuatorEndPointName[] values()
for (ActuatorEndPointName c : ActuatorEndPointName.values()) System.out.println(c);
public static ActuatorEndPointName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null