Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RestClient.Builder#messageConverters(List) #33536

Closed
sdeleuze opened this issue Sep 13, 2024 · 0 comments
Closed

Add RestClient.Builder#messageConverters(List) #33536

sdeleuze opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

Add a RestClient.Builder#messageConverters(List<HttpMessageConverter<?>>) variant along the existing RestClient.Builder#messageConverters(Consumer<List<HttpMessageConverter<?>>>) that allows to set the RestClient converters without initializing the default one.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement labels Sep 13, 2024
@sdeleuze sdeleuze added this to the 6.2.0-RC2 milestone Sep 13, 2024
@sdeleuze sdeleuze self-assigned this Sep 13, 2024
@sdeleuze sdeleuze changed the title Add RestClient.Builder#messageConverters(List<HttpMessageConverter<?>>) Add RestClient.Builder#messageConverters(List) Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant