インターフェースの使用
org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
ExposableControllerEndpoint を使用するパッケージ
パッケージ
説明
アクチュエーター Web エンドポイントのアノテーションサポート。
Spring WebFlux は、アクチュエーターエンドポイントをサポートします。
アクチュエーターエンドポイントの Spring MVC サポート。
org.springframework.boot.actuate.endpoint.web.annotation 内の ExposableControllerEndpoint 使用
org.springframework.boot.actuate.endpoint.web.annotation 内の型引数が ExposableControllerEndpoint であるサブインターフェース修飾子と型インターフェース説明interface非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.3.3 以降は@Endpointと@WebEndpointのサポートを推奨修飾子と型メソッド説明protected ExposableControllerEndpointControllerEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。型 ExposableControllerEndpoint のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected booleanControllerEndpointDiscoverer.isInvocable(ExposableControllerEndpoint endpoint) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。型の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のコンストラクターパラメーター ExposableControllerEndpoint修飾子コンストラクター説明ControllerEndpointDiscoverer(ApplicationContext applicationContext, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<EndpointFilter<ExposableControllerEndpoint>> filters) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいControllerEndpointDiscovererインスタンスを作成します。org.springframework.boot.webflux.actuate.endpoint.web 内の ExposableControllerEndpoint 使用
型の型引数を持つ org.springframework.boot.webflux.actuate.endpoint.web のコンストラクターパラメーター ExposableControllerEndpoint修飾子コンストラクター説明ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, CollectionSE<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたエンドポイントのマッピングを提供する新しいControllerEndpointHandlerMappingインスタンスを作成します。ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, CollectionSE<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたエンドポイントのマッピングを提供する新しいControllerEndpointHandlerMappingインスタンスを作成します。org.springframework.boot.webmvc.actuate.endpoint.web 内の ExposableControllerEndpoint 使用
型の型引数を持つ org.springframework.boot.webmvc.actuate.endpoint.web のコンストラクターパラメーター ExposableControllerEndpoint修飾子コンストラクター説明ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, CollectionSE<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたエンドポイントのマッピングを提供する新しいControllerEndpointHandlerMappingインスタンスを作成します。ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, CollectionSE<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたエンドポイントのマッピングを提供する新しいControllerEndpointHandlerMappingインスタンスを作成します。
@Endpointと@WebEndpointのサポートを推奨