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