#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:
Oliver Gierke
2014-01-20 16:19:35 +01:00
parent 394fa4a009
commit b0cfaf7a62
6 changed files with 456 additions and 129 deletions

View File

@@ -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}.