インターフェースの使用
org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
ParameterValueMapper を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントのアノテーションサポート。
操作メソッドの呼び出しに関連するインターフェースとクラス。
アクチュエーターエンドポイントのコンバーターサポート。
エンドポイントリフレクションのサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Cloud Foundry エンドポイントの自動構成。
org.springframework.boot.actuate.endpoint.annotation 内の ParameterValueMapper 使用
型 ParameterValueMapper のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のコンストラクター修飾子コンストラクター説明EndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<E>> endpointFilters, CollectionSE<OperationFilter<O>> operationFilters) 新しいEndpointDiscovererインスタンスを作成します。org.springframework.boot.actuate.endpoint.invoke 内の ParameterValueMapper 使用
ParameterValueMapper として宣言されている org.springframework.boot.actuate.endpoint.invoke のフィールド修飾子と型フィールド説明static final ParameterValueMapperParameterValueMapper.NONE何もしないParameterValueMapper。org.springframework.boot.actuate.endpoint.invoke.convert 内の ParameterValueMapper 使用
org.springframework.boot.actuate.endpoint.invoke.reflect 内の ParameterValueMapper 使用
型 ParameterValueMapper のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke.reflect のコンストラクター修飾子コンストラクター説明ReflectiveOperationInvoker(ObjectSE target, OperationMethod operationMethod, ParameterValueMapper parameterValueMapper) 指定されたtargetで指定されたmethodを呼び出す新しいReflectiveOperationInvokerを作成します。org.springframework.boot.actuate.endpoint.jmx.annotation 内の ParameterValueMapper 使用
型 ParameterValueMapper のパラメーターを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のコンストラクター修飾子コンストラクター説明JmxEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableJmxEndpoint>> endpointFilters, CollectionSE<OperationFilter<JmxOperation>> operationFilters) 新しいJmxEndpointDiscovererインスタンスを作成します。org.springframework.boot.actuate.endpoint.web.annotation 内の ParameterValueMapper 使用
型 ParameterValueMapper のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のコンストラクター修飾子コンストラクター説明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 内の ParameterValueMapper 使用
型 ParameterValueMapper のパラメーターを持つ org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint のコンストラクター修飾子コンストラクター説明CloudFoundryWebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableWebEndpoint>> endpointFilters, CollectionSE<OperationFilter<WebOperation>> operationFilters) 新しいWebEndpointDiscovererインスタンスを作成します。