-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
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
Labels
No labels