Enum クラスの使用箇所
org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
EndpointExposure を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントの自動構成条件。
自動構成と条件に使用されるエンドポイント公開ロジック。
org.springframework.boot.actuate.autoconfigure.endpoint.condition 内の EndpointExposure 使用
型 EndpointExposure の型引数を持つ org.springframework.boot.actuate.autoconfigure.endpoint.condition のメソッドパラメーター修飾子と型メソッド説明EndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, SetSE<EndpointExposure> exposures, ConditionMessage.Builder message) 指定されたエンドポイントが指定された公開テクノロジのセットに対して公開されているかどうかを返します。org.springframework.boot.actuate.autoconfigure.endpoint.expose 内の EndpointExposure 使用
修飾子と型メソッド説明static EndpointExposure
指定された名前でこのクラスの列挙型定数を返します。static EndpointExposure[]
EndpointExposure.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。