クラス ServletEndpointDiscoverer

java.lang.ObjectSE
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) @DeprecatedSE(since="3.3.0", forRemoval=true) public class ServletEndpointDiscoverer extends EndpointDiscoverer<ExposableServletEndpoint,Operation> implements ServletEndpointsSupplier
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.3.0 は @Endpoint と @WebEndpoint に有利であるため
導入:
2.0.0
作成者:
Phillip Webb