public final class LinkFollowSpecs extends Object
| Modifier and Type | Method and Description |
|---|---|
static LinkFollowSpecs |
create(List<List<String>> links) |
LinkFollowSpecs |
follow(String pathTemplate,
Object... args)
A little algebra...
|
boolean |
isTerminated() |
boolean |
matches(org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation jsonRepr)
Ensure that every key present in the provided map matches the criterium.
|
String |
toString() |
public static final LinkFollowSpecs create(List<List<String>> links)
public LinkFollowSpecs follow(String pathTemplate, Object... args)
public boolean isTerminated()
public boolean matches(org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation jsonRepr)
Any keys in the criterium are ignored (these were matched on during the
follow(String, Object...) call).
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.