Skip to content

Make HttpMessageConverterExtractor top level class [SPR-5808] #10478

@spring-projects-issues

Description

@spring-projects-issues

Oliver Drotbohm opened SPR-5808 and commented

I'm trying to implement ETag based caching with the M3's RestTemplate. Therefore I would like to use the template's default message conversion functionality in case I get a 200 result but rather access an already existing instance on a 304 e.g. Thus it would be cool if I could just subclass HttpMessageConverterExtractor, apply decision logik and trigger cache access or superclass extraction logic.


Affects: 3.0 M3

Referenced from: commits f7bf613, 59e41a2

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions