Skip to content

Don't add @JsonProperty annotation (configurable) #268

@mjparme

Description

@mjparme

It would be nice if there was a configuration option available so we could avoid the redundant @JsonProperty annotation. There is simply no need for the annotation when the value in the annotation is the same as the name of the field. Example:

  @JsonProperty("suffix")
  String suffix

This is simply redundant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions