Package com.damnhandy.uri.template
-
Class Summary Class Description AbstractUriTemplateBuilderTests Address A Address POJO.ExtendedAddress A subclass ofAddress
to verify that field-level annotation are still being picked up by theDefaultVarExploder
.ExtendedAddressWithNestedLists Created by ryan on 4/18/16.JsonVarExploder An example exploder that reads JSON data and explodes into a URI expression.TestAdditionalJavaTypes Created by ryan on 11/6/15.TestBasicUsage Simple tests to validate the UriTemplate API.TestCustomVarExploder Tests a customVarExploder
that is used to expand a JSON object into a template variable.TestDefaultVarExploder Simple test to make sure that the properties of an object are correctly translated toMap
and that the annotations are properly controlling the label names or ensuring that the field is not included in the value list.TestDifferentDataTypes TestExpandPartial TestExplodeWithNonStringValues A TestExplodeWithNonStringValues.TestExplodeWithPOJO TestMultipleOperators A TestMultipleOperators.TestNestedDataStructures Test case covering issue #27 https://github.com/damnhandy/Handy-URI-Templates/issues/27TestUriTemplateBuilder A TestUriTemplateBuilder.TestUriTemplateBuilderWithConformanceTests TestUriTemplateBuilderWithExtendedTests TestWithDateFormats Testing some use cases with different date formats;UriUtilTest -
Enum Summary Enum Description TestAdditionalJavaTypes.Things