Add JsonInclude.Include.CUSTOM
, properties for specifying filter(s) to use
#103
Milestone
JsonInclude.Include.CUSTOM
, properties for specifying filter(s) to use
#103
Since adding indefinite number of
JsonInclude.Include
values is impractical, let's add annotation-based method to define custom "filter" object (via definingClass
of type to create instance of; and of whichequals()
method is called to determine if the value is to be excluded (exclude iftrue
) or not).The text was updated successfully, but these errors were encountered: