You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---> POST https://httpreq.com/small-block-yri972hg/record/ HTTP/1.1
Content-Length: 113
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
ed=2022-01-30T00%3A00&sd=2021-12-01T00%3A00
---> END HTTP (113-byte body)
Interfacing with third-party websites, the request body type cannot be changed
The above request will be executed to feign.form.UrlencodedFormContentProcessor#encode here to process POJO field value,
If the field value is of Date/LocalDate/LocalDateTime type, the expected value cannot be obtained,
I want a custom date type serializer.
I want to customize this UrlencodedFormContentProcessor object to support serialized date objects, how to do it
How to customize the date type serializer
Interfacing with third-party websites, the request body type cannot be changed
The above request will be executed to
feign.form.UrlencodedFormContentProcessor#encode
here to process POJO field value,If the field value is of
Date/LocalDate/LocalDateTime
type, the expected value cannot be obtained,I want a custom date type serializer.
I want to customize this UrlencodedFormContentProcessor object to support serialized date objects, how to do it
feign-form/feign-form/src/main/java/feign/form/FormEncoder.java
Line 75 in 98e51d1
The text was updated successfully, but these errors were encountered: