Enum クラスの使用箇所
org.springframework.boot.actuate.endpoint.ApiVersion
ApiVersion を使用するパッケージ
パッケージ
説明
エンドポイントのサポート。
Cloud Foundry WebFlux エンドポイントの自動構成。
Cloud Foundry サーブレットエンドポイントの自動構成。
ヘルスのアクチュエーターエンドポイント。
org.springframework.boot.actuate.endpoint 内の ApiVersion 使用
org.springframework.boot.actuate.endpoint 内の型引数 ApiVersion を持つサブクラスApiVersion 型の型引数を持つインターフェースを実装する org.springframework.boot.actuate.endpoint のクラスApiVersion として宣言されている org.springframework.boot.actuate.endpoint のフィールド修飾子と型メソッド説明static ApiVersion指定された名前でこのクラスの列挙型定数を返します。static ApiVersion[]ApiVersion.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive 内の ApiVersion 使用
型 ApiVersion のパラメーターを持つ org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive のメソッド修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet 内の ApiVersion 使用
型 ApiVersion のパラメーターを持つ org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet のメソッド修飾子と型メソッド説明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.health.actuate.endpoint 内の ApiVersion 使用
型 ApiVersion のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明protected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) protected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, MapSE<StringSE, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable SetSE<StringSE> groupNames) HealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path)