クラス WebEndpointDiscoverer

java.lang.ObjectSE
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