|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelProvider
API to provide relation types for collections and items of the given type.
| Method Summary | |
|---|---|
String |
getCollectionResourceRelFor(Class<?> type)
Returns the relation type to be used to point to a collection resource of the given type. |
String |
getItemResourceRelFor(Class<?> type)
Returns the relation type to be used to point to an item resource of the given type. |
| Methods inherited from interface org.springframework.plugin.core.Plugin |
|---|
supports |
| Method Detail |
|---|
String getItemResourceRelFor(Class<?> type)
type - must not be null.
String getCollectionResourceRelFor(Class<?> type)
type - must not be null.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||