public abstract class AbstractNamedMvcEndpoint extends AbstractMvcEndpoint implements NamedMvcEndpoint
NamedMvcEndpoint
implementations without a backing
Endpoint
.DISABLED_RESPONSE
Constructor and Description |
---|
AbstractNamedMvcEndpoint(String name,
String path,
boolean sensitive) |
AbstractNamedMvcEndpoint(String name,
String path,
boolean sensitive,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the logical name of the endpoint.
|
getEndpointType, getEnvironment, getPath, isEnabled, isSensitive, setEnabled, setEnvironment, setPath, setSensitive
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpointType, getPath, isSensitive
public AbstractNamedMvcEndpoint(String name, String path, boolean sensitive)
public String getName()
NamedMvcEndpoint
getName
in interface NamedMvcEndpoint
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.