Uses of Class
feign.template.QueryTemplate
-
Packages that use QueryTemplate Package Description feign.template -
-
Uses of QueryTemplate in feign.template
Methods in feign.template that return QueryTemplate Modifier and Type Method Description static QueryTemplateQueryTemplate. append(QueryTemplate queryTemplate, java.lang.Iterable<java.lang.String> values, CollectionFormat collectionFormat)Append a value to the Query Template.static QueryTemplateQueryTemplate. create(java.lang.String name, java.lang.Iterable<java.lang.String> values, java.nio.charset.Charset charset)Create a new Query Template.static QueryTemplateQueryTemplate. create(java.lang.String name, java.lang.Iterable<java.lang.String> values, java.nio.charset.Charset charset, CollectionFormat collectionFormat)Create a new Query Template.Methods in feign.template with parameters of type QueryTemplate Modifier and Type Method Description static QueryTemplateQueryTemplate. append(QueryTemplate queryTemplate, java.lang.Iterable<java.lang.String> values, CollectionFormat collectionFormat)Append a value to the Query Template.
-