Class UriTemplate

java.lang.Object
org.springframework.hateoas.UriTemplate
All Implemented Interfaces:
Serializable, Iterable<TemplateVariable>

public class UriTemplate extends Object implements Iterable<TemplateVariable>, Serializable
Custom URI template to support qualified URI template variables.
Since:
0.9
Author:
Oliver Gierke, JamesE Richardson
See Also: