接口的使用
org.springframework.boot.actuate.endpoint.OperationArgumentResolver
-
org.springframework.boot.actuate.endpoint中OperationArgumentResolver的使用
修饰符和类型类说明class修饰符和类型方法说明static <T> OperationArgumentResolverFactory method that creates anOperationArgumentResolverfor 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 givensecurityContextwith the given availablearguments.