Interface MvcUriComponentsBuilder.MethodInvocationInfo
- Enclosing class:
- MvcUriComponentsBuilder
public static interface MvcUriComponentsBuilder.MethodInvocationInfo
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getArgumentValues()MethodgetControllerMethod()Class<?>getControllerType()
Method Detail
getControllerType
Class<?> getControllerType()
getControllerMethod
Method getControllerMethod()
getArgumentValues
Object[] getArgumentValues()