- Enclosing class:
 
- MvcUriComponentsBuilder
 
public static interface MvcUriComponentsBuilder.MethodInvocationInfo
Method invocation information.
- 
Method Summary
Return the argument values.
 
Return the controller method.
 
Return the controller types.
 
 
 
 
 
- 
Method Details
- 
getControllerType
Class<?> getControllerType()
 
Return the controller types.
 
- 
getControllerMethod
Return the controller method.
 
- 
getArgumentValues
Return the argument values.