(note: moved from https://github.com/FasterXML/jackson-datatype-jdk8/issues/8)
Between existing options NON_NULL and NON_EMPTY, it would be good to have option that:
- Excludes nulls (like both of above), but also
- Excludes values of "referential types" that are considered empty (absent), that is, resolve to
null
- Do NOT exclude other "empty" values (like collections)