Uses of Class
feign.CollectionFormat
-
Packages that use CollectionFormat Package Description feign feign.template -
-
Uses of CollectionFormat in feign
Methods in feign that return CollectionFormat Modifier and Type Method Description CollectionFormatcollectionFormat()CollectionFormatRequestTemplate. collectionFormat()The Collection Format that will be used when resolvingIterableandCollectionvariables.static CollectionFormatCollectionFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionFormat[]CollectionFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in feign with parameters of type CollectionFormat Modifier and Type Method Description RequestTemplateRequestTemplate. collectionFormat(CollectionFormat collectionFormat)The Collection Format to use when resolving variables that representIterables orCollections -
Uses of CollectionFormat in feign.template
Methods in feign.template with parameters of type CollectionFormat 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, CollectionFormat collectionFormat)Create a new Query Template.
-