Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Allow JsonField to be used as a parameter annotation (enhancement request) #19

Description

@goncalossilva

Some projects have deep class hierarchies where member fields are inaccessible. If JsonField could be applied to arguments, this would be easy to overcome.

Example:

class Fuu extends Fu {
    public Fuu(@JsonField(fieldName="le_fu") boolean leFu) {
        super(leFu);
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions