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
this is the relevant logic to be eliminated i believe, however there may be side effects if the relevant modules use this for initialization. Maybe a per-module logic may be wiser to allow for modular implementation of the feature.
I've already added annotation
@get:JsonIgnore
for my fields. It works fine for runtime requests / responses.But I need to hide some fields in swagger doc for not misleading frontend-developers. (Those fields also marked as required).
I've already tried to find any solution for my issue in this repository but not found.
The text was updated successfully, but these errors were encountered: