|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkBuilderFactory<T extends LinkBuilder>
Factory for LinkBuilder instances.
| Method Summary | |
|---|---|
T |
linkTo(Class<?> target)
Creates a new LinkBuilder with a base of the mapping annotated to the given target clas (controller,
service, etc.). |
T |
linkTo(Class<?> target,
Object... parameters)
Creates a new LinkBuilder with a base of the mapping annotated to the given target class (controller,
service, etc.). |
| Method Detail |
|---|
T linkTo(Class<?> target)
LinkBuilder with a base of the mapping annotated to the given target clas (controller,
service, etc.).
target - must not be null.
T linkTo(Class<?> target,
Object... parameters)
LinkBuilder with a base of the mapping annotated to the given target class (controller,
service, etc.). The additional parameters are used to fill up potentially available path variables in the class
scope request mapping.
target - must not be null.parameters - must not be null.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||