インターフェースの使用
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
OperationArgumentResolver を使用するパッケージ
org.springframework.boot.actuate.endpoint 内の OperationArgumentResolver 使用
修飾子と型メソッド説明static <T> OperationArgumentResolverOperationArgumentResolver.of(ClassSE<T> type, SupplierSE<? extends T> supplier) SupplierSE を使用して特定の型のOperationArgumentResolverを作成するファクトリメソッド。型 OperationArgumentResolver のパラメーターを持つ org.springframework.boot.actuate.endpoint のコンストラクター修飾子コンストラクター説明InvocationContext(SecurityContext securityContext, MapSE<StringSE, ObjectSE> arguments, OperationArgumentResolver... argumentResolvers) 指定されたargumentsを使用して、指定されたsecurityContextによって呼び出される操作の新しいコンテキストを作成します。