T - the class of the Controller to create links topublic interface MethodLinkBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
MethodLinkBuilder<T> |
arg(int index,
Object parameter)
Provides parameters for the method.
|
String |
toPath()
Returns the Path of the URI String to the method with the current builder
configuration.
|
org.springframework.web.util.UriComponents |
toUri()
Creates a
UriComponents instance with the current builder
configuration. |
String |
toUriString()
Returns the full URI String to the method with the current builder
configuration.
|
MethodLinkBuilder<T> |
with(String variable,
Object value)
Adds a path variable to build the method URI.
|
MethodLinkBuilder<T> arg(int index, Object parameter)
parameters - of the methodMethodLinkBuilder<T> with(String variable, Object value)
RequestMapping of the method.variable - name of the path variablevalue - value to replace withorg.springframework.web.util.UriComponents toUri()
UriComponents instance with the current builder
configuration.String toUriString()
String toPath()
Copyright © 2018 DISID Corporation. All rights reserved.