Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
org.springframework.hateoas.hal |
HAL-specific extensions, SPIs and Jackson customizations.
|
Modifier and Type | Method and Description |
---|---|
UriTemplate |
UriTemplate.with(String variableName,
TemplateVariable.VariableType type)
Creates a new
UriTemplate with a TemplateVariable with the given name and type added. |
UriTemplate |
UriTemplate.with(TemplateVariables variables)
Creates a new
UriTemplate with the current TemplateVariable s augmented with the given ones. |
Constructor and Description |
---|
Link(UriTemplate template,
String rel)
Creates a new Link from the given
UriTemplate and rel. |
Constructor and Description |
---|
DefaultCurieProvider(String name,
UriTemplate uriTemplate)
Creates a new
DefaultCurieProvider for the given name and UriTemplate . |
Copyright © 2012-2015–2015 Pivotal, Inc.. All rights reserved.