Skip to content

Add support for java.beans.Transient #857

@tmortagne

Description

@tmortagne

java.beans.Transient is a new Java bean annotation introduced in Java 7 which has pretty much the same meaning as transient keyword except that you can put it on methods to ignore some getters for example.

I guess the issue is that Jackson follow Java bean but does not actually use java.beans.Introspector and impossible to support this annotation before Jackson move to Java 7 (which is not the case from what I understood from http://wiki.fasterxml.com/JacksonDownload).

Any idea what would be the cleanest to support that in the meantime ? I tough about setting a custom visibility checker but maybe there is a better way.

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