Skip to content

Make MappingJacksonJsonView fields protected to make extending it easier [SPR-7619] #12275

@spring-projects-issues

Description

@spring-projects-issues

Nick Williams opened SPR-7619 and commented

MappingJacksonJsonView is a very simple implementation of a JSON-rendering view. There are many cases where one might need to extend MappingJacksonJsonView to accomplish more complicated tasks. It would be nice if the "objectMapper," "encoding," "prefixJson" and "renderedAttributes" fields could be made protected instead of private to make extending MappingJacksonJsonView a little easier.

Thanks!


Affects: 3.0.1

Referenced from: commits f57bc1a

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