类 WebEndpointDiscoverer

java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<ExposableWebEndpoint,WebOperation>
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
所有已实现的接口:
EndpointsSupplier<ExposableWebEndpoint>, WebEndpointsSupplier
直接已知子类:
CloudFoundryWebEndpointDiscoverer

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer.WebEndpointDiscovererRuntimeHints.class) public class WebEndpointDiscoverer extends EndpointDiscoverer<ExposableWebEndpoint,WebOperation> implements WebEndpointsSupplier
从以下版本开始:
2.0.0
作者:
Phillip Webb