FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

isGetter not showing up #37

Closed trycatchblock closed 10 years ago

trycatchblock commented 10 years ago

Hi,

I have autodetect off for everything except for field visibility. I want to expose an isGetter which is not retrieving a field but is derived from other fields. Obviously, it is not autodetecting that particular getter because I have it off.

I added @JsonProperty and @JsonGetter above the isGetter, expecting to see it in my json object, but I still don't see it.

Any ideas? Thanks!

cowtowncoder commented 10 years ago

Yes, please use mailing list for questions, not bug tracker.