|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkDiscoverer
Interface to allow discovering links by relation type from some source.
| Method Summary | |
|---|---|
List<Link> |
findLinksWithRel(String rel,
InputStream representation)
Returns all links with the given relation type found in the given InputStream representation. |
List<Link> |
findLinksWithRel(String rel,
String representation)
Returns all links with the given relation type found in the given String representation. |
Link |
findLinkWithRel(String rel,
InputStream representation)
Finds a single link with the given relation type in the given InputStream representation. |
Link |
findLinkWithRel(String rel,
String representation)
Finds a single link with the given relation type in the given String representation. |
| Methods inherited from interface org.springframework.plugin.core.Plugin |
|---|
supports |
| Method Detail |
|---|
Link findLinkWithRel(String rel,
String representation)
String representation.
rel - must not be null or empty.representation - must not be null or empty.
Link findLinkWithRel(String rel,
InputStream representation)
InputStream representation.
rel - must not be null or empty.representation - must not be null or empty.
List<Link> findLinksWithRel(String rel,
String representation)
String representation.
rel - must not be null or empty.representation - must not be null or empty.
List<Link> findLinksWithRel(String rel,
InputStream representation)
InputStream representation.
rel - must not be null or empty.representation - must not be null or empty.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||