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
Since adding indefinite number of JsonInclude.Include values is impractical, let's add annotation-based method to define custom "filter" object (via defining Class of type to create instance of; and of which equals() method is called to determine if the value is to be excluded (exclude if true) or not).