Interface MvcUriComponentsBuilder.MethodInvocationInfo

Enclosing class:
MvcUriComponentsBuilder

public static interface MvcUriComponentsBuilder.MethodInvocationInfo
Method invocation information.
  • Method Details

    • getControllerType

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

      Method getControllerMethod()
      Return the controller method.
    • getArgumentValues

      Object[] getArgumentValues()
      Return the argument values.