Skip to content

Allow denoting @JacksonInject entry to be "inject-only" (no deserialization) #1268

Closed
@cowtowncoder

Description

@cowtowncoder

Currently it is assumed that injectable property may also be deserializable. But often this is not true, and injectable property really should ONLY come from injection, and it is not desireable that it could be overridden. If so, there should be a way to indicate this.

There are actually some failing cases that would be easiest to solve by such property, both wrt injection-via-constructor + objectId (see #639), and for "injectable type not deserializable".

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