#137 - Extracted TemplateVariable into separate class.
TempalteVariable is now a standalone class. Introduced TempalteVariables wrapper to allow easy collecting of TempalteVariable instances and rendering them in the shortest possible way.
This commit is contained in:
@@ -24,8 +24,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.springframework.hateoas.UriTemplate.TemplateVariable;
|
||||
import org.springframework.hateoas.UriTemplate.VariableType;
|
||||
import org.springframework.hateoas.TemplateVariable.VariableType;
|
||||
|
||||
/**
|
||||
* Unit tests for {@link UriTemplate}.
|
||||
|
||||
Reference in New Issue
Block a user