protected static enum EndpointWebMvcAutoConfiguration.ManagementServerPort extends Enum<EndpointWebMvcAutoConfiguration.ManagementServerPort>
Modifier and Type | Method and Description |
---|---|
static EndpointWebMvcAutoConfiguration.ManagementServerPort |
get(Environment environment,
BeanFactory beanFactory) |
static EndpointWebMvcAutoConfiguration.ManagementServerPort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointWebMvcAutoConfiguration.ManagementServerPort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointWebMvcAutoConfiguration.ManagementServerPort DISABLE
public static final EndpointWebMvcAutoConfiguration.ManagementServerPort SAME
public static final EndpointWebMvcAutoConfiguration.ManagementServerPort DIFFERENT
public static EndpointWebMvcAutoConfiguration.ManagementServerPort[] values()
for (EndpointWebMvcAutoConfiguration.ManagementServerPort c : EndpointWebMvcAutoConfiguration.ManagementServerPort.values()) System.out.println(c);
public static EndpointWebMvcAutoConfiguration.ManagementServerPort 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 static EndpointWebMvcAutoConfiguration.ManagementServerPort get(Environment environment, BeanFactory beanFactory)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.