public abstract class AbstractMvcEndpoint extends Object implements MvcEndpoint, WebMvcConfigurer, EnvironmentAware
MvcEndpoint implementations without a backing
Endpoint.DISABLED_RESPONSE| Constructor and Description |
|---|
AbstractMvcEndpoint(String path,
boolean sensitive) |
AbstractMvcEndpoint(String path,
boolean sensitive,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Endpoint> |
getEndpointType()
Return the type of
Endpoint exposed, or null if this
MvcEndpoint exposes information that cannot be represented as a traditional
Endpoint. |
protected Environment |
getEnvironment() |
String |
getPath()
Return the MVC path of the endpoint.
|
boolean |
isEnabled() |
boolean |
isSensitive()
Return if the endpoint exposes sensitive information.
|
void |
setEnabled(Boolean enabled) |
void |
setEnvironment(Environment environment) |
void |
setPath(String path) |
void |
setSensitive(Boolean sensitive) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic AbstractMvcEndpoint(String path, boolean sensitive)
public AbstractMvcEndpoint(String path, boolean sensitive, boolean enabled)
public void setEnvironment(Environment environment)
setEnvironment in interface EnvironmentAwareprotected final Environment getEnvironment()
public String getPath()
MvcEndpointgetPath in interface MvcEndpointpublic void setPath(String path)
public boolean isEnabled()
public void setEnabled(Boolean enabled)
public boolean isSensitive()
MvcEndpointisSensitive in interface MvcEndpointpublic void setSensitive(Boolean sensitive)
public Class<? extends Endpoint> getEndpointType()
MvcEndpointEndpoint exposed, or null if this
MvcEndpoint exposes information that cannot be represented as a traditional
Endpoint.getEndpointType in interface MvcEndpointCopyright © 2017 Pivotal Software, Inc.. All rights reserved.