diff --git a/spring-cloud-openfeign.html b/spring-cloud-openfeign.html index 50062a0d..56c13287 100644 --- a/spring-cloud-openfeign.html +++ b/spring-cloud-openfeign.html @@ -314,6 +314,9 @@ You can customize the HTTP client used by providing a bean of either Closa
  • SetterFactory

  • +
  • +

    QueryMapEncoder

    +
  • @@ -790,6 +793,9 @@ public class DemoTemplate { }
    +
    +

    If you need more control over the generated query parameter map, you can implement a custom QueryMapEncoder bean.

    +