クラスの使用
org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
OperationMethod を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントのアノテーションサポート。
エンドポイントリフレクションのサポート。
org.springframework.boot.actuate.endpoint.annotation 内の OperationMethod 使用
org.springframework.boot.actuate.endpoint.invoke.reflect 内の OperationMethod 使用
型 OperationMethod のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke.reflect のコンストラクター修飾子コンストラクター説明ReflectiveOperationInvoker(ObjectSE target, OperationMethod operationMethod, ParameterValueMapper parameterValueMapper) 指定されたtargetで指定されたmethodを呼び出す新しいReflectiveOperationInvokerを作成します。