接口 MvcUriComponentsBuilder.MethodInvocationInfo

所有已知实现类:
MvcUriComponentsBuilder.ControllerMethodInvocationInterceptor
封闭类:
MvcUriComponentsBuilder

public static interface MvcUriComponentsBuilder.MethodInvocationInfo
Method invocation information.
  • 方法详细资料

    • getControllerType

      Class<?> getControllerType()
      Return the controller types.
    • getControllerMethod

      Method getControllerMethod()
      Return the controller method.
    • getArgumentValues

      Object[] getArgumentValues()
      Return the argument values.