Support for @JsonAccess annotation on inner classes

Issue #1755 resolved
Paul Kissick created an issue

Apex classes can now have @JsonAccess annotation for serialization/deserialization contexts within or outside namespaces.

IC doesn’t recognise these annotations when they are present on inner classes. It is supported at the top of the class.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_JsonAccess.htm

Comments (4)

  1. Scott Wells repo owner

    Thanks for filing. The parser is (superficially) set up to allow this, but evidently there's something with annotations on inner types that's causing issues. Investigating now.

  2. Log in to comment