类 ControllerEndpointDiscoverer

java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<ExposableControllerEndpoint,Operation>
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
所有已实现的接口:
EndpointsSupplier<ExposableControllerEndpoint>, ControllerEndpointsSupplier

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer.ControllerEndpointDiscovererRuntimeHints.class) @Deprecated(since="3.3.0", forRemoval=true) public class ControllerEndpointDiscoverer extends EndpointDiscoverer<ExposableControllerEndpoint,Operation> implements ControllerEndpointsSupplier
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.0 in favor of @Endpoint and @WebEndpoint support
从以下版本开始:
2.0.0
作者:
Phillip Webb