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