OpenFeign / feign-form

Open Feign form encoder
Apache License 2.0
291 stars 81 forks source link

Use QueryMapEncoder from feign client #95

Open slawekjaranowski opened 4 years ago

slawekjaranowski commented 4 years ago

It will be useful if feign-form can use QueryMap Encoder from client configuration to convert POJO to map.

Converting POJO to map is done in diferent way by standard call and call used feign-form.