类 ServletEndpointDiscoverer

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

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