public class UriMatchVariable extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
boolean |
isExploded() |
boolean |
isOptional()
An optional variable is one that will allow the route to match
if it is not present.
|
boolean |
isQuery() |
public String getName()
public boolean isExploded()
public boolean isQuery()
public boolean isOptional()