Class WebEndpointDiscoverer

java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<ExposableWebEndpoint,WebOperation>
org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
All Implemented Interfaces:
EndpointsSupplier<ExposableWebEndpoint>, WebEndpointsSupplier
Direct Known Subclasses:
CloudFoundryWebEndpointDiscoverer

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer.WebEndpointDiscovererRuntimeHints.class) public class WebEndpointDiscoverer extends EndpointDiscoverer<ExposableWebEndpoint,WebOperation> implements WebEndpointsSupplier
Since:
2.0.0
Author:
Phillip Webb