exabrial / form-binding

Bind Java objects to URL Encoded Forms similar to JSON-B or JAX-B, and a JAX-RS Form Encoding MessageBodyWriter/Reader
Apache License 2.0
4 stars 0 forks source link

access to DefaultFormBindingWriter.convertMapToString #2

Open 564155611 opened 9 months ago

564155611 commented 9 months ago

i want to serialize request parameter with GBK url encoder, so i customize an Writer extends DefaultFormBindingWriter,but there is no way to override convertMapToString method for it is private.

exabrial commented 9 months ago

Can you post a link to the line of code? That seems like a reasonable request. I may not have time to implement, but I'd happily accept a PR