Skip to content

Allow injection of 'transient' fields #77

@cowtowncoder

Description

@cowtowncoder

(note: moved from http://jira.codehaus.org/browse/JACKSON-817)

Due to the way Jackson property introspection works, transient fields are ignored and one can not use @JacksonInject for them.
However, it would be nice to be able to do that, since while such fields should not be serialized, it would make sense to be able to inject values for them during deserialization. This may require some changes to property discovery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions