public final class LinksUtil extends Object
| Constructor and Description |
|---|
LinksUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Function<Link,String> |
toRel() |
static Predicate<Link> |
withClass(String clazz) |
static Predicate<Link> |
withId(String id) |
static Link |
withId(String id,
Links links) |
static Predicate<Link> |
withRel(String rel) |
static Link |
withRel(String rel,
Links links) |
static Predicate<Link> |
withText(String text) |