Example usage for org.springframework.hateoas TemplateVariables TemplateVariables

List of usage examples for org.springframework.hateoas TemplateVariables TemplateVariables

Introduction

In this page you can find the example usage for org.springframework.hateoas TemplateVariables TemplateVariables.

Prototype

public TemplateVariables(List<TemplateVariable> variables) 

Source Link

Document

Creates a new TemplateVariables for the given TemplateVariable s.

Usage

From source file:io.spring.initializr.web.mapper.InitializrMetadataV21JsonMapper.java

public InitializrMetadataV21JsonMapper() {
    this.dependenciesVariables = new TemplateVariables(
            new TemplateVariable("bootVersion", TemplateVariable.VariableType.REQUEST_PARAM));
}