インターフェースの使用
org.springframework.boot.actuate.endpoint.web.PathMapper
PathMapper を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Cloud Foundry エンドポイントの自動構成。
org.springframework.boot.actuate.endpoint.web 内の PathMapper 使用
型 PathMapper の型引数を持つ org.springframework.boot.actuate.endpoint.web のメソッドパラメーター修飾子と型メソッド説明static StringSEPathMapper.getRootPath(@Nullable ListSE<PathMapper> pathMappers, EndpointId endpointId) 指定されたパスマッパーから、指定されたendpointIdのルートパスを解決します。org.springframework.boot.actuate.endpoint.web.annotation 内の PathMapper 使用
型の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のコンストラクターパラメーター PathMapper修飾子コンストラクター説明ControllerEndpointDiscoverer(ApplicationContext applicationContext, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<EndpointFilter<ExposableControllerEndpoint>> filters) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいControllerEndpointDiscovererインスタンスを作成します。ServletEndpointDiscoverer(ApplicationContext applicationContext, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<EndpointFilter<ExposableServletEndpoint>> filters) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいServletEndpointDiscovererインスタンスを作成します。WebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable ListSE<PathMapper> endpointPathMappers, @Nullable ListSE<AdditionalPathsMapper> additionalPathsMappers, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableWebEndpoint>> endpointFilters, CollectionSE<OperationFilter<WebOperation>> operationFilters) 新しいWebEndpointDiscovererインスタンスを作成します。org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint 内の PathMapper 使用
型の型引数を持つ org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint のコンストラクターパラメーター PathMapper修飾子コンストラクター説明CloudFoundryWebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableWebEndpoint>> endpointFilters, CollectionSE<OperationFilter<WebOperation>> operationFilters) 新しいWebEndpointDiscovererインスタンスを作成します。