接口的使用
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
-
org.springframework.boot.actuate.endpoint中OperationArgumentResolver的使用
修饰符和类型类说明class
修饰符和类型方法说明static <T> OperationArgumentResolver
Factory method that creates anOperationArgumentResolver
for a specific type using aSupplier
.限定符构造器说明InvocationContext
(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContext
with the given availablearguments
.