Enum クラスの使用箇所
org.springframework.boot.actuate.web.exchanges.Include
Include を使用するパッケージ
パッケージ
説明
アクチュエーター HTTP 交換の自動構成。
アクチュエーター HTTP 交換のサポート。
アクチュエーター HTTP はサーブレットサーバーのサポートを交換します。
Actuator HTTP 交換は、リアクティブサーバーをサポートします。
org.springframework.boot.actuate.autoconfigure.web.exchanges 内の Include 使用
型 Include の引数を持つ型を返す org.springframework.boot.actuate.autoconfigure.web.exchanges のメソッド型 Include の型引数を持つ org.springframework.boot.actuate.autoconfigure.web.exchanges のメソッドパラメーターorg.springframework.boot.actuate.web.exchanges 内の Include 使用
org.springframework.boot.actuate.web.exchanges の Include 型の型引数を持つサブクラス修飾子と型メソッド説明static Include指定された名前でこのクラスの列挙型定数を返します。static Include[]Include.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 Include の引数を持つ型を返す org.springframework.boot.actuate.web.exchanges のメソッド型 Include のパラメーターを持つ org.springframework.boot.actuate.web.exchanges のメソッド修飾子と型メソッド説明HttpExchange.Started.finish(ClockSE clock, RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, Include... includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。HttpExchange.Started.finish(RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, Include... includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。型 Include の型引数を持つ org.springframework.boot.actuate.web.exchanges のメソッドパラメーター修飾子と型メソッド説明HttpExchange.Started.finish(ClockSE clock, RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, SetSE<Include> includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。HttpExchange.Started.finish(RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, SetSE<Include> includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。org.springframework.boot.servlet.actuate.web.exchanges 内の Include 使用
Include 型の型引数を持つ org.springframework.boot.servlet.actuate.web.exchanges のコンストラクターパラメーター修飾子コンストラクター説明HttpExchangesFilter(HttpExchangeRepository repository, SetSE<Include> includes) 新しいHttpExchangesFilterインスタンスを作成します。org.springframework.boot.webflux.actuate.web.exchanges 内の Include 使用
Include 型の型引数を持つ org.springframework.boot.webflux.actuate.web.exchanges のコンストラクターパラメーター修飾子コンストラクター説明HttpExchangesWebFilter(HttpExchangeRepository repository, SetSE<Include> includes) 新しいHttpExchangesWebFilterインスタンスを作成します。