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
NoEmptyValueSupport defines a custom EmptyValueStratery that does a few types of replacement, e.g. empty collections, empty strings, nulls etc. Not all use-cases need them all and hence re-usability of this trait is limited.
The caller needs more control on what this strategy is doing.