EndpointExposure.@Deprecated public static enum IncludeExcludeEndpointFilter.DefaultIncludes extends java.lang.Enum<IncludeExcludeEndpointFilter.DefaultIncludes>
| Enum Constant and Description |
|---|
JMX
Deprecated.
The default set of include patterns used for JMX.
|
WEB
Deprecated.
The default set of include patterns used for web.
|
| Modifier and Type | Method and Description |
|---|---|
static IncludeExcludeEndpointFilter.DefaultIncludes |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IncludeExcludeEndpointFilter.DefaultIncludes[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncludeExcludeEndpointFilter.DefaultIncludes JMX
public static final IncludeExcludeEndpointFilter.DefaultIncludes WEB
public static IncludeExcludeEndpointFilter.DefaultIncludes[] values()
for (IncludeExcludeEndpointFilter.DefaultIncludes c : IncludeExcludeEndpointFilter.DefaultIncludes.values()) System.out.println(c);
public static IncludeExcludeEndpointFilter.DefaultIncludes 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