You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation for schema generation doesn't support @com.fasterxml.jackson.annotation.JsonAutoDetect class annotation. Where the Schema get generated regardless of the access visibility rules for fields and/or methods.
e.g. The following entity is configured with two visibility rules:
Fields: Ignored regardless of the access modifier unless stated otherwise (e.g. @JsonProperty)
The current implementation for schema generation doesn't support @com.fasterxml.jackson.annotation.JsonAutoDetect class annotation. Where the Schema get generated regardless of the access visibility rules for fields and/or methods.
e.g. The following entity is configured with two visibility rules:
Generated Schema
Expected Behavior
The generated Schema to be aligned with the access visibility rules for fields and/or methods as defined in @JsonAutoDetect.
The text was updated successfully, but these errors were encountered: