Interface MvcUriComponentsBuilder.MethodInvocationInfo

Enclosing class:
MvcUriComponentsBuilder

public static interface MvcUriComponentsBuilder.MethodInvocationInfo
Method invocation information.
Since:
4.0
Author:
Oliver Gierke, Rossen Stoyanchev, Sam Brannen, Juergen Hoeller
  • Method Details

    • getControllerType

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

      Method getControllerMethod()
      Return the controller method.
    • getArgumentValues

      Object[] getArgumentValues()
      Return the argument values.