Java org.springframework.hateoas UriTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.hateoas UriTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.hateoas UriTemplate.

The text is from its open source code.

Field

StringtoString

Constructor

UriTemplate(String template)
Creates a new UriTemplate using the given template string.
UriTemplate(String baseUri, TemplateVariables variables)
Creates a new UriTemplate from the given base URI and TemplateVariables .

Method

URIexpand(Object... parameters)
Expands the UriTemplate using the given parameters.
URIexpand(Map parameters)
Expands the UriTemplate using the given parameters.