MCPcopy Index your code
hub / github.com/OpenFeign/feign / create

Method create

core/src/main/java/feign/template/QueryTemplate.java:51–53  ·  view source on GitHub ↗

Create a new Query Template. @param name of the query parameter. @param values in the template. @param charset for the template. @return a QueryTemplate.

(String name, Iterable<String> values, Charset charset)

Source from the content-addressed store, hash-verified

49 * @return a QueryTemplate.
50 */
51 public static QueryTemplate create(String name, Iterable<String> values, Charset charset) {
52 return create(name, values, charset, CollectionFormat.EXPLODED, true);
53 }
54
55 public static QueryTemplate create(
56 String name, Iterable<String> values, Charset charset, CollectionFormat collectionFormat) {

Callers 15

templateToQueryStringMethod · 0.95
expandEmptyCollectionMethod · 0.95
expandCollectionMethod · 0.95
expandSingleValueMethod · 0.95
expandMultipleValuesMethod · 0.95
unresolvedQueryMethod · 0.95
emptyParameterRemainsMethod · 0.95
collectionFormatMethod · 0.95
expandNameMethod · 0.95

Calls 1

isBlankMethod · 0.95

Tested by 15

templateToQueryStringMethod · 0.76
expandEmptyCollectionMethod · 0.76
expandCollectionMethod · 0.76
expandSingleValueMethod · 0.76
expandMultipleValuesMethod · 0.76
unresolvedQueryMethod · 0.76
emptyParameterRemainsMethod · 0.76
collectionFormatMethod · 0.76
expandNameMethod · 0.76