A B C D E F G I J L P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractExampleTest - Class in com.damnhandy.uri.template.examples
- AbstractExampleTest() - Constructor for class com.damnhandy.uri.template.examples.AbstractExampleTest
- AbstractUriTemplateBuilderTests - Class in com.damnhandy.uri.template
- AbstractUriTemplateBuilderTests(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.AbstractUriTemplateBuilderTests
- AbstractUriTemplateConformanceTest - Class in com.damnhandy.uri.template.conformance
- AbstractUriTemplateConformanceTest(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
- Address - Class in com.damnhandy.uri.template
-
A Address POJO.
- Address() - Constructor for class com.damnhandy.uri.template.Address
-
Create a new Address.
- Address(String, String, String, String, String) - Constructor for class com.damnhandy.uri.template.Address
- addStuff(String) - Method in class com.damnhandy.uri.template.ExtendedAddressWithNestedLists
- allowedUnreservedCharacterEncoding() - Method in class com.damnhandy.uri.template.UriUtilTest
-
The list of allowed chars is build in a different way then the string in production code!
B
- BASE - Static variable in class com.damnhandy.uri.template.examples.TestGitHubApis
- BOX - com.damnhandy.uri.template.TestAdditionalJavaTypes.Things
C
- CARTON - com.damnhandy.uri.template.TestAdditionalJavaTypes.Things
- com.damnhandy.uri.template - package com.damnhandy.uri.template
- com.damnhandy.uri.template.builder - package com.damnhandy.uri.template.builder
- com.damnhandy.uri.template.conformance - package com.damnhandy.uri.template.conformance
- com.damnhandy.uri.template.examples - package com.damnhandy.uri.template.examples
- com.damnhandy.uri.template.impl - package com.damnhandy.uri.template.impl
-
A package-info.
- com.damnhandy.uri.template.jackson.datatype - package com.damnhandy.uri.template.jackson.datatype
- createClient() - Method in class com.damnhandy.uri.template.examples.AbstractExampleTest
- createClient() - Method in class com.damnhandy.uri.template.examples.TestGitHubApis
- createClient(String, String) - Method in class com.damnhandy.uri.template.examples.AbstractExampleTest
- createExplodedVarSpecFromUriTemplateBuilder() - Method in class com.damnhandy.uri.template.impl.TestVarSpec
D
- Dummy() - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
- Dummy() - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
- Dummy(String, String) - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
-
Create a new Dummy.
- Dummy(String, String) - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
-
Create a new Dummy.
E
- executeRequest(AsyncHttpClient, Request) - Method in class com.damnhandy.uri.template.examples.AbstractExampleTest
- exoticHighValueCharacterEncoding() - Method in class com.damnhandy.uri.template.UriUtilTest
- expected - Variable in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
The expected result
- ExtendedAddress - Class in com.damnhandy.uri.template
-
A subclass of
Address
to verify that field-level annotation are still being picked up by theDefaultVarExploder
. - ExtendedAddress() - Constructor for class com.damnhandy.uri.template.ExtendedAddress
-
Create a new ExtendedAddress.
- ExtendedAddress(String, String, String, String, String) - Constructor for class com.damnhandy.uri.template.ExtendedAddress
-
Create a new ExtendedAddress.
- ExtendedAddressWithNestedLists - Class in com.damnhandy.uri.template
-
Created by ryan on 4/18/16.
- ExtendedAddressWithNestedLists() - Constructor for class com.damnhandy.uri.template.ExtendedAddressWithNestedLists
- ExtendedAddressWithNestedLists(String, String, String, String, String) - Constructor for class com.damnhandy.uri.template.ExtendedAddressWithNestedLists
-
Create a new ExtendedAddress.
F
- facebookGraphApiAllFields() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiFQL() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiGetSubResource() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiPlacesSearch() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiSelectiveFields() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiSelectiveFieldsWithList() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- facebookGraphApiSelectiveFieldsWithListWithAlbums() - Method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
-
Same as the previous test, but demonstrates how a
List
can be used rather than an array. - fragmentNothingToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
- fragmentWithCharsToEncodeInFragmentButNotInReserved() - Method in class com.damnhandy.uri.template.UriUtilTest
- fragmentWithSomeCharsToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
G
- generalNothingToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
- generalWithSomeCharsToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
- getCity() - Method in class com.damnhandy.uri.template.Address
-
Get the city.
- getCountry() - Method in class com.damnhandy.uri.template.Address
-
Get the country.
- getIgnored() - Method in class com.damnhandy.uri.template.Address
-
Get the ignored.
- getLabel() - Method in class com.damnhandy.uri.template.ExtendedAddress
-
Get the label.
- getName() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
-
Get the name.
- getName() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
-
Get the name.
- getNameValuePairs() - Method in class com.damnhandy.uri.template.JsonVarExploder
- getPostalCode() - Method in class com.damnhandy.uri.template.Address
-
Get the postalCode.
- getState() - Method in class com.damnhandy.uri.template.Address
- getStreet() - Method in class com.damnhandy.uri.template.Address
-
Get the street.
- getStuff() - Method in class com.damnhandy.uri.template.ExtendedAddressWithNestedLists
- getTemplate() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
-
Get the template.
- getTemplate() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
-
Get the template.
- getValues() - Method in class com.damnhandy.uri.template.JsonVarExploder
I
- isActive() - Method in class com.damnhandy.uri.template.Address
-
Returns true if the address is active
J
- JsonVarExploder - Class in com.damnhandy.uri.template
-
An example exploder that reads JSON data and explodes into a URI expression.
- JsonVarExploder(File) - Constructor for class com.damnhandy.uri.template.JsonVarExploder
-
Create a new JsonVarExploder.
- JsonVarExploder(InputStream) - Constructor for class com.damnhandy.uri.template.JsonVarExploder
-
Create a new JsonVarExploder.
- JsonVarExploder(String) - Constructor for class com.damnhandy.uri.template.JsonVarExploder
L
- label - Variable in class com.damnhandy.uri.template.ExtendedAddress
- loadTestData(File) - Static method in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
Loads the test data from the JSON file and generated the parameter list.
P
- PAGINATION - Static variable in class com.damnhandy.uri.template.examples.TestGitHubApis
- PATH_EXPRESSION - Static variable in class com.damnhandy.uri.template.examples.TestGitHubApis
R
- reservedNothingToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
- reservedWithSomeCharsToEncode() - Method in class com.damnhandy.uri.template.UriUtilTest
S
- setActive(boolean) - Method in class com.damnhandy.uri.template.Address
-
Sets the active status
- setCity(String) - Method in class com.damnhandy.uri.template.Address
-
Set the city.
- setCountry(String) - Method in class com.damnhandy.uri.template.Address
-
Set the country.
- setIgnored(String) - Method in class com.damnhandy.uri.template.Address
-
Set the ignored.
- setLabel(String) - Method in class com.damnhandy.uri.template.ExtendedAddress
-
Set the label.
- setName(String) - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
-
Set the name.
- setName(String) - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
-
Set the name.
- setPostalCode(String) - Method in class com.damnhandy.uri.template.Address
-
Set the postalCode.
- setState(String) - Method in class com.damnhandy.uri.template.Address
- setStreet(String) - Method in class com.damnhandy.uri.template.Address
-
Set the street.
- setStuff(List<String>) - Method in class com.damnhandy.uri.template.ExtendedAddressWithNestedLists
- setTemplate(UriTemplate) - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule.Dummy
-
Set the template.
- setTemplate(UriTemplate) - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations.Dummy
-
Set the template.
- setUp() - Static method in class com.damnhandy.uri.template.examples.TestFacebookGraphApi
-
Checks assumptions that the Facebook Access token is set.
- setUp() - Static method in class com.damnhandy.uri.template.examples.TestGitHubApis
-
Checks assumptions that the username and password properties are set and that the host is reachable.
- setUp() - Static method in class com.damnhandy.uri.template.examples.TestTwitterSearchApi
-
Check to make sure that search.twitter.com is reachable
- setUp() - Static method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule
- setUp() - Method in class com.damnhandy.uri.template.TestWithDateFormats
- shouldChangeOperatorToSeperatorIfFirstVariableForExpressionIsProvided() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldExpandNullVariablesBeforeValuedVariablesForFormStyleQuery() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldLeftExpressionsWithoutValues() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldReplaceAllValues() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldReplaceExpressionWithValues() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldReplacePartialExpressionVariables() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldReplaceReservedExpansions() - Method in class com.damnhandy.uri.template.TestExpandPartial
- shouldUseSeperatorIfOnlySecondVariableForExpressionIsProvided() - Method in class com.damnhandy.uri.template.TestExpandPartial
T
- template - Variable in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
The expression patter string
- test() - Method in class com.damnhandy.uri.template.AbstractUriTemplateBuilderTests
- test() - Method in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
- test() - Method in class com.damnhandy.uri.template.conformance.TestNegativeTests
- test() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- TestAdditionalJavaTypes - Class in com.damnhandy.uri.template
-
Created by ryan on 11/6/15.
- TestAdditionalJavaTypes() - Constructor for class com.damnhandy.uri.template.TestAdditionalJavaTypes
- TestAdditionalJavaTypes.Things - Enum in com.damnhandy.uri.template
- testBasic() - Method in class com.damnhandy.uri.template.TestDefaultVarExploder
- testBasicExample() - Method in class com.damnhandy.uri.template.TestBasicUsage
- TestBasicUsage - Class in com.damnhandy.uri.template
-
Simple tests to validate the UriTemplate API.
- TestBasicUsage() - Constructor for class com.damnhandy.uri.template.TestBasicUsage
- testBooleanObject() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testBooleanPrimitive() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testCharArray() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testCommitsApi() - Method in class com.damnhandy.uri.template.examples.TestGitHubApis
-
This test demonstrates that while the expression defined 4 variables but we only supply 3 values, the expanded URI will not render a dangling "/" and generate a proper URI for the GitHub API.
- testCommitsApiWithSpecificCommit() - Method in class com.damnhandy.uri.template.examples.TestGitHubApis
-
Looks at a specific commit
- testCompositeClass() - Method in class com.damnhandy.uri.template.TestNestedDataStructures
- testContinuation() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testCreateBasicTemplate() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testCreateBasicTemplateWithUnderScores() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testCreateFromBaseTemplate() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testCreateNew() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- TestCustomVarExploder - Class in com.damnhandy.uri.template
-
Tests a custom
VarExploder
that is used to expand a JSON object into a template variable. - TestCustomVarExploder() - Constructor for class com.damnhandy.uri.template.TestCustomVarExploder
- testData() - Static method in class com.damnhandy.uri.template.conformance.TestExtendedSpecTests
- testData() - Static method in class com.damnhandy.uri.template.conformance.TestNegativeTests
- testData() - Static method in class com.damnhandy.uri.template.conformance.TestSpecExamples
- testData() - Static method in class com.damnhandy.uri.template.conformance.TestSpecExamplesBySection
- testData() - Static method in class com.damnhandy.uri.template.TestUriTemplateBuilderWithConformanceTests
- testData() - Static method in class com.damnhandy.uri.template.TestUriTemplateBuilderWithExtendedTests
- testDateRangeQueryString() - Method in class com.damnhandy.uri.template.TestWithDateFormats
- TestDefaultVarExploder - Class in com.damnhandy.uri.template
-
Simple test to make sure that the properties of an object are correctly translated to
Map
and that the annotations are properly controlling the label names or ensuring that the field is not included in the value list. - TestDefaultVarExploder() - Constructor for class com.damnhandy.uri.template.TestDefaultVarExploder
- testDeserialize() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule
- testDeserializeWithError() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule
- TestDifferentDataTypes - Class in com.damnhandy.uri.template
- TestDifferentDataTypes() - Constructor for class com.damnhandy.uri.template.TestDifferentDataTypes
- testDoubles() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testEnum() - Method in class com.damnhandy.uri.template.TestAdditionalJavaTypes
- testExpandInteger() - Method in class com.damnhandy.uri.template.TestExplodeWithNonStringValues
- TestExpandPartial - Class in com.damnhandy.uri.template
- TestExpandPartial() - Constructor for class com.damnhandy.uri.template.TestExpandPartial
- testExplodeAddress() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testExplodeAddressWithNoExplodeOperator() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testExplodeDoubles() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- TestExplodeWithNonStringValues - Class in com.damnhandy.uri.template
-
A TestExplodeWithNonStringValues.
- TestExplodeWithNonStringValues() - Constructor for class com.damnhandy.uri.template.TestExplodeWithNonStringValues
- TestExplodeWithPOJO - Class in com.damnhandy.uri.template
- TestExplodeWithPOJO() - Constructor for class com.damnhandy.uri.template.TestExplodeWithPOJO
- testExplodeWithSubclass() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testExplodeWithSubclassWithNestedList() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testExpression() - Method in class com.damnhandy.uri.template.conformance.TestSingleExpression
- TestExpressionBuilder - Class in com.damnhandy.uri.template.builder
-
A TestExpressionBuilder.
- TestExpressionBuilder() - Constructor for class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testExpressionFromString() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- TestExtendedSpecTests - Class in com.damnhandy.uri.template.conformance
- TestExtendedSpecTests(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.conformance.TestExtendedSpecTests
- TestFacebookGraphApi - Class in com.damnhandy.uri.template.examples
-
A collection of tests that demonstrate how URI Templates can be used to interact with the Facebook Graph API.
- TestFacebookGraphApi() - Constructor for class com.damnhandy.uri.template.examples.TestFacebookGraphApi
- testFloats() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testFragment() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testFragmentExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testFragmentExpressionWithExplode() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testFragmentExpressionWithExplodeAndPre() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testFragmentWithMixedPrecentEncodedValues() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testFragmentWithPrecentEncodedValues() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testFromTemplate() - Method in class com.damnhandy.uri.template.TestBasicUsage
- TestGitHubApis - Class in com.damnhandy.uri.template.examples
-
Some simple tests to format
UriTemplate
for the various GitHub APIs. - TestGitHubApis() - Constructor for class com.damnhandy.uri.template.examples.TestGitHubApis
- testGoodTemplate() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
- testGoodTemplateWithOperators() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
- testIntegers() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testInts() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testInvalidVariableName() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testInvalidVariableNameWithSpaces() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testInvalidVarNameUsingExpressionSyntax() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testInvalidVarNameWithTilde() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testLabel() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testLabelExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testLabelExpressionWithExplode() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testLabelExpressionWithExplodeAndPre() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testLiteral() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testLongs() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testMapWithNestedCollections() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testMatrix() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testMessedUpUri() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
-
This test fails as you shouldn't be able to create multiple fragment identifiers in a URI.
- testMultiCharArray() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testMultiDimensionalArray() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testMultipleExpressions() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testMultipleExpressionsAndLiteralValues() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- TestMultipleOperators - Class in com.damnhandy.uri.template
-
A TestMultipleOperators.
- TestMultipleOperators() - Constructor for class com.damnhandy.uri.template.TestMultipleOperators
- testMultiplePathOperators() - Method in class com.damnhandy.uri.template.TestMultipleOperators
- testMultpleExpressions() - Method in class com.damnhandy.uri.template.TestBasicUsage
- TestNegativeTests - Class in com.damnhandy.uri.template.conformance
- TestNegativeTests(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.conformance.TestNegativeTests
- testNestedCollections() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testNestedDataStructure() - Method in class com.damnhandy.uri.template.TestNestedDataStructures
-
Nested arrays can be supported in composite objects since we can treat them like arrays in
- TestNestedDataStructures - Class in com.damnhandy.uri.template
-
Test case covering issue #27 https://github.com/damnhandy/Handy-URI-Templates/issues/27
- TestNestedDataStructures() - Constructor for class com.damnhandy.uri.template.TestNestedDataStructures
- testNestedDataStructureWithoutExplodeModifier() - Method in class com.damnhandy.uri.template.TestNestedDataStructures
- testNoExpressionAndNoVars() - Method in class com.damnhandy.uri.template.TestBasicUsage
-
Test that validates issue #12 https://github.com/damnhandy/Handy-URI-Templates/issues/12
- testPath() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testQuery() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testQueryContinuation() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testQueryContinuationWithExplode() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testQueryContinuationWithExplodeAndPre() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testQueryExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testQueryExpressionWithExplode() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testQueryExpressionWithExplodeAndPre() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testRegEx() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testReserved() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testReservedExpansionTest1() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testReservedExpansionTest2() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testReservedExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testReservedExpressionWithExplode() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testReservedExpressionWithExplodeAndPre() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testReservedWithMixedPrecentEncodedValues() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testReservedWithPrecentEncodedValues() - Method in class com.damnhandy.uri.template.TestBasicUsage
- testSearch() - Method in class com.damnhandy.uri.template.examples.TestTwitterSearchApi
- testSerialize() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule
- testSerialize() - Method in class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations
- testSimple() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- testSimpleAddress() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testSimpleExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testSimpleWithExplode() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- TestSingleExpression - Class in com.damnhandy.uri.template.conformance
- TestSingleExpression() - Constructor for class com.damnhandy.uri.template.conformance.TestSingleExpression
- TestSpecExamples - Class in com.damnhandy.uri.template.conformance
- TestSpecExamples(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.conformance.TestSpecExamples
- TestSpecExamplesBySection - Class in com.damnhandy.uri.template.conformance
- TestSpecExamplesBySection(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.conformance.TestSpecExamplesBySection
- testStartExpressionWithNoTermination() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
-
Checking that we correctly catch an unbalanced expression
- testStartExpressionWithTerminationButNoStartBrace() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
-
Since the expression is never opened, we should not find any expressions.
- testsuite - Variable in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
The name of the testsuite
- testTemplateExpression() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testTemplateExpressionWithUriTemplate() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testTemplateWithExplodeModifier() - Method in class com.damnhandy.uri.template.impl.TestVarSpec
- TestTwitterSearchApi - Class in com.damnhandy.uri.template.examples
- TestTwitterSearchApi() - Constructor for class com.damnhandy.uri.template.examples.TestTwitterSearchApi
- testTypes() - Method in class com.damnhandy.uri.template.TestDifferentDataTypes
- testUnbalanceExpression() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
-
Checking that we correctly catch an unbalanced expression
- testUnderscorVariableName() - Method in class com.damnhandy.uri.template.builder.TestExpressionBuilder
- TestUriTemplateBuilder - Class in com.damnhandy.uri.template
-
A TestUriTemplateBuilder.
- TestUriTemplateBuilder() - Constructor for class com.damnhandy.uri.template.TestUriTemplateBuilder
- TestUriTemplateBuilderWithConformanceTests - Class in com.damnhandy.uri.template
- TestUriTemplateBuilderWithConformanceTests(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.TestUriTemplateBuilderWithConformanceTests
- TestUriTemplateBuilderWithExtendedTests - Class in com.damnhandy.uri.template
- TestUriTemplateBuilderWithExtendedTests(Map<String, Object>, String, Object, String) - Constructor for class com.damnhandy.uri.template.TestUriTemplateBuilderWithExtendedTests
- TestUriTemplateModule - Class in com.damnhandy.uri.template.jackson.datatype
-
A TestUriTemplateModule.
- TestUriTemplateModule() - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateModule
- TestUriTemplateModule.Dummy - Class in com.damnhandy.uri.template.jackson.datatype
- TestUriTemplateParser - Class in com.damnhandy.uri.template.impl
-
A TestCharacterScanner.
- TestUriTemplateParser() - Constructor for class com.damnhandy.uri.template.impl.TestUriTemplateParser
- TestUriTemplateWithAnnotations - Class in com.damnhandy.uri.template.jackson.datatype
-
A TestUriTemplateWithAnnotations.
- TestUriTemplateWithAnnotations() - Constructor for class com.damnhandy.uri.template.jackson.datatype.TestUriTemplateWithAnnotations
- TestUriTemplateWithAnnotations.Dummy - Class in com.damnhandy.uri.template.jackson.datatype
- testUserRepos() - Method in class com.damnhandy.uri.template.examples.TestGitHubApis
- testUUID() - Method in class com.damnhandy.uri.template.TestAdditionalJavaTypes
- TestVarSpec - Class in com.damnhandy.uri.template.impl
-
Created by ryan on 11/8/15.
- TestVarSpec() - Constructor for class com.damnhandy.uri.template.impl.TestVarSpec
- testWithCommadelimitedListEscaped() - Method in class com.damnhandy.uri.template.TestBasicUsage
-
Test case to verify issue #60 with the undesired result
- testWithCommadelimitedListNoteEscaped() - Method in class com.damnhandy.uri.template.TestBasicUsage
-
Test case to verify issue #60 with the desired result
- testWithCustomDefaultDateFormat() - Method in class com.damnhandy.uri.template.TestWithDateFormats
- testWithDateFormat() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- TestWithDateFormats - Class in com.damnhandy.uri.template
-
Testing some use cases with different date formats;
- TestWithDateFormats() - Constructor for class com.damnhandy.uri.template.TestWithDateFormats
- testWithDefaultDateFormat() - Method in class com.damnhandy.uri.template.TestWithDateFormats
-
Tests how the default date format works.
- testWithEmptyMap() - Method in class com.damnhandy.uri.template.TestDefaultVarExploder
-
Test case for https://github.com/damnhandy/Handy-URI-Templates/issues/49
- testWithExplodeModifier() - Method in class com.damnhandy.uri.template.impl.TestVarSpec
- testWithNoExpressions() - Method in class com.damnhandy.uri.template.impl.TestUriTemplateParser
- testWithParamsWithMaps() - Method in class com.damnhandy.uri.template.TestNestedDataStructures
-
N
- testWithSimpleDateFormat() - Method in class com.damnhandy.uri.template.TestUriTemplateBuilder
- testWithSimpleDateFormat() - Method in class com.damnhandy.uri.template.TestWithDateFormats
- testWithSubclass() - Method in class com.damnhandy.uri.template.TestDefaultVarExploder
- testWrappedExploder() - Method in class com.damnhandy.uri.template.TestCustomVarExploder
-
Positve test case.
- testWrappedExploder() - Method in class com.damnhandy.uri.template.TestExplodeWithPOJO
- testWrappedExploderWithInvalidTemplate() - Method in class com.damnhandy.uri.template.TestCustomVarExploder
U
- UriUtilTest - Class in com.damnhandy.uri.template
- UriUtilTest() - Constructor for class com.damnhandy.uri.template.UriUtilTest
- usingAnExpandedExplodedVariableInUriTemplateReturnsAURLContainingTheExpandedVariable() - Method in class com.damnhandy.uri.template.impl.TestVarSpec
- usingAnUnexpandedExplodedVariableInUriTemplateReturnsAURLContainingTheTemplatedVariable() - Method in class com.damnhandy.uri.template.impl.TestVarSpec
V
- valueOf(String) - Static method in enum com.damnhandy.uri.template.TestAdditionalJavaTypes.Things
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.damnhandy.uri.template.TestAdditionalJavaTypes.Things
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variables - Variable in class com.damnhandy.uri.template.conformance.AbstractUriTemplateConformanceTest
-
The collection of variables to be used on each test
All Classes All Packages