インターフェースの使用
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
ExposableServletEndpoint を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
jakarta.servlet アクチュエーター Web 関連の自動構成。org.springframework.boot.actuate.endpoint.web 内の ExposableServletEndpoint 使用
型の型引数を持つ org.springframework.boot.actuate.endpoint.web のコンストラクターパラメーター ExposableServletEndpoint修飾子コンストラクター説明ServletEndpointRegistrar(@Nullable StringSE basePath, CollectionSE<ExposableServletEndpoint> servletEndpoints) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ServletEndpointRegistrar(@Nullable StringSE basePath, CollectionSE<ExposableServletEndpoint> servletEndpoints, EndpointAccessResolver endpointAccessResolver) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。org.springframework.boot.actuate.endpoint.web.annotation 内の ExposableServletEndpoint 使用
org.springframework.boot.actuate.endpoint.web.annotation 内の型引数が ExposableServletEndpoint であるサブインターフェース修飾子と型インターフェース説明interface非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.3.0 は@Endpointと@WebEndpointに有利であるため修飾子と型メソッド説明protected ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。型 ExposableServletEndpoint のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected booleanServletEndpointDiscoverer.isInvocable(ExposableServletEndpoint endpoint) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。型の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のコンストラクターパラメーター ExposableServletEndpoint修飾子コンストラクター説明ServletEndpointDiscoverer(ApplicationContext applicationContext, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<EndpointFilter<ExposableServletEndpoint>> filters) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいServletEndpointDiscovererインスタンスを作成します。org.springframework.boot.servlet.autoconfigure.actuate.web 内の ExposableServletEndpoint 使用
型 ExposableServletEndpoint の引数を持つ型を返す org.springframework.boot.servlet.autoconfigure.actuate.web のメソッド修飾子と型メソッド説明ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties)
@Endpointと@WebEndpointに有利であるため