Searched refs:MARKER_FOR_EMPTY (Results 1 – 8 of 8) sorted by relevance
33 public final static Object MARKER_FOR_EMPTY = JsonInclude.Include.NON_EMPTY; field in MapEntrySerializer243 valueToSuppress = _valueType.isReferenceType() ? MARKER_FOR_EMPTY : null; in createContextual()247 valueToSuppress = MARKER_FOR_EMPTY; in createContextual()324 if (_suppressableValue == MARKER_FOR_EMPTY) { in isEmpty()395 if (_suppressableValue == MARKER_FOR_EMPTY) { in serializeDynamic()
106 if (MARKER_FOR_EMPTY == _suppressableValue) { in serializeAsField()
98 return MARKER_FOR_EMPTY; in _suppressableValue()170 if (MARKER_FOR_EMPTY == _suppressableValue) { in serializeAsField()220 if (MARKER_FOR_EMPTY == _suppressableValue) { in serializeAsElement()
196 valueToSuppress = BeanPropertyWriter.MARKER_FOR_EMPTY; in buildWriter()203 valueToSuppress = BeanPropertyWriter.MARKER_FOR_EMPTY; in buildWriter()221 valueToSuppress = BeanPropertyWriter.MARKER_FOR_EMPTY; in buildWriter()
888 ? MapSerializer.MARKER_FOR_EMPTY : null; in _checkMapContentInclusion()891 valueToSuppress = MapSerializer.MARKER_FOR_EMPTY; in _checkMapContentInclusion()955 ? MapSerializer.MARKER_FOR_EMPTY : null; in buildMapEntrySerializer()958 valueToSuppress = MapSerializer.MARKER_FOR_EMPTY; in buildMapEntrySerializer()1139 ? MapSerializer.MARKER_FOR_EMPTY : null; in buildAtomicReferenceSerializer()1142 valueToSuppress = MapSerializer.MARKER_FOR_EMPTY; in buildAtomicReferenceSerializer()
49 public final static Object MARKER_FOR_EMPTY = JsonInclude.Include.NON_EMPTY; field in BeanPropertyWriter711 if (MARKER_FOR_EMPTY == _suppressableValue) { in serializeAsField()782 if (MARKER_FOR_EMPTY == _suppressableValue) { in serializeAsElement()
35 public final static Object MARKER_FOR_EMPTY = JsonInclude.Include.NON_EMPTY; field in ReferenceTypeSerializer249 valueToSuppress = _referredType.isReferenceType() ? MARKER_FOR_EMPTY : null; in createContextual()253 valueToSuppress = MARKER_FOR_EMPTY; in createContextual()344 if (_suppressableValue == MARKER_FOR_EMPTY) { in isEmpty()
47 public final static Object MARKER_FOR_EMPTY = JsonInclude.Include.NON_EMPTY; field in MapSerializer580 valueToSuppress = _valueType.isReferenceType() ? MARKER_FOR_EMPTY : null; in createContextual()584 valueToSuppress = MARKER_FOR_EMPTY; in createContextual()642 final boolean checkEmpty = (MARKER_FOR_EMPTY == supp); in isEmpty()827 final boolean checkEmpty = (MARKER_FOR_EMPTY == suppressableValue); in serializeOptionalFields()928 final boolean checkEmpty = (MARKER_FOR_EMPTY == suppressableValue); in serializeFilteredFields()986 final boolean checkEmpty = (MARKER_FOR_EMPTY == suppressableValue); in serializeTypedFields()1048 final boolean checkEmpty = (MARKER_FOR_EMPTY == suppressableValue); in serializeFilteredAnyProperties()1213 if (_suppressableValue == MARKER_FOR_EMPTY) { in _writeNullKeyedEntry()