クラス ControllerEndpointDiscoverer

java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<ExposableControllerEndpoint,Operation>
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
実装されたすべてのインターフェース:
EndpointsSupplier<ExposableControllerEndpoint>ControllerEndpointsSupplier

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer.ControllerEndpointDiscovererRuntimeHints.class) @DeprecatedSE(since="3.3.0", forRemoval=true) public class ControllerEndpointDiscoverer extends EndpointDiscoverer<ExposableControllerEndpoint,Operation> implements ControllerEndpointsSupplier
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.3.0 以降は @Endpoint と @WebEndpoint のサポートを推奨
導入:
2.0.0
作成者:
Phillip Webb