Home
last modified time | relevance | path

Searched refs:_suppressNulls (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DMapEntrySerializer.java99 protected final boolean _suppressNulls; field in MapEntrySerializer
120 _suppressNulls = false; in MapEntrySerializer()
129 src._suppressableValue, src._suppressNulls); in MapEntrySerializer()
150 _suppressNulls = suppressNulls; in MapEntrySerializer()
156 _suppressableValue, _suppressNulls); in _withValueTypeSerializer()
175 && (_suppressNulls == suppressNulls)) { in withContentInclusion()
225 boolean suppressNulls = _suppressNulls; in createContextual()
305 return _suppressNulls; in isEmpty()
375 if (_suppressNulls) { in serializeDynamic()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DMapSerializer.java146 protected final boolean _suppressNulls; field in MapSerializer
199 _suppressNulls = false; in MapSerializer()
244 _suppressNulls = src._suppressNulls; in MapSerializer()
282 _suppressNulls = suppressNulls; in MapSerializer()
304 _suppressNulls = src._suppressNulls; in MapSerializer()
315 return new MapSerializer(this, vts, _suppressableValue, _suppressNulls); in _withValueTypeSerializer()
359 if ((suppressableValue == _suppressableValue) && (suppressNulls == _suppressNulls)) { in withContentInclusion()
453 return new MapSerializer(this, _valueTypeSerializer, suppressableValue, _suppressNulls); in withContentInclusion()
638 if ((supp == null) && !_suppressNulls) { in isEmpty()
646 if (_suppressNulls) { in isEmpty()
[all …]
DReferenceTypeSerializer.java89 protected final boolean _suppressNulls; field in ReferenceTypeSerializer
107 _suppressNulls = false; in ReferenceTypeSerializer()
126 _suppressNulls = suppressNulls; in ReferenceTypeSerializer()
274 || (_suppressNulls != suppressNulls)) { in createContextual()
331 return _suppressNulls; in isEmpty()
DAtomicReferenceSerializer.java42 _suppressableValue, _suppressNulls); in withResolved()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DBeanPropertyWriter.java177 protected final boolean _suppressNulls; field in BeanPropertyWriter
243 _suppressNulls = suppressNulls; in BeanPropertyWriter()
287 _suppressNulls = false; in BeanPropertyWriter()
330 _suppressNulls = base._suppressNulls; in BeanPropertyWriter()
355 _suppressNulls = base._suppressNulls; in BeanPropertyWriter()
605 return _suppressNulls; in willSuppressNulls()
DVirtualBeanPropertyWriter.java59 _suppressNulls(inclusion), _suppressableValue(inclusion), in VirtualBeanPropertyWriter()
80 protected static boolean _suppressNulls(JsonInclude.Value inclusion) { in _suppressNulls() method in VirtualBeanPropertyWriter