接口 ExposableControllerEndpoint
- 所有超级接口:
ExposableEndpoint<Operation>
,PathMappedEndpoint
@Deprecated(since="3.3.3",
forRemoval=true)
public interface ExposableControllerEndpoint
extends ExposableEndpoint<Operation>, PathMappedEndpoint
已过时, 待删除: 此 API 元素将从以后的版本中删除。
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux. Mappings should be discovered directly from
getController()
and
ExposableEndpoint.getOperations()
should always return an empty collection.- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
方法概要
修饰符和类型方法说明已过时, 待删除: 此 API 元素将从以后的版本中删除。Return the source controller that contains@RequestMapping
methods.从接口继承的方法 org.springframework.boot.actuate.endpoint.ExposableEndpoint
getDefaultAccess, getEndpointId, getOperations, isEnableByDefault
从接口继承的方法 org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
getAdditionalPaths, getRootPath
-
方法详细资料
-
getController
Object getController()已过时, 待删除: 此 API 元素将从以后的版本中删除。Return the source controller that contains@RequestMapping
methods.- 返回:
- the source controller
-
@Endpoint
and@WebEndpoint
support