Class JsonUtils.JsonNullableBeanPropertyWriter
java.lang.Object
com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
com.fasterxml.jackson.databind.ser.PropertyWriter
com.fasterxml.jackson.databind.ser.BeanPropertyWriter
de.iip_ecosphere.platform.support.json.JsonUtils.JsonNullableBeanPropertyWriter
- All Implemented Interfaces:
com.fasterxml.jackson.databind.BeanProperty,com.fasterxml.jackson.databind.util.Named,Serializable
- Enclosing class:
JsonUtils
public static class JsonUtils.JsonNullableBeanPropertyWriter
extends com.fasterxml.jackson.databind.ser.BeanPropertyWriter
Writer to prevent writing null properties if disabled by
Include.- Author:
- Holger Eichelberger, SSE
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.BeanProperty
com.fasterxml.jackson.databind.BeanProperty.Bogus, com.fasterxml.jackson.databind.BeanProperty.Std -
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _name, _nonTrivialBaseType, _nullSerializer, _serializer, _suppressableValue, _suppressNulls, _typeSerializer, _wrapperName, MARKER_FOR_EMPTYFields inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
_aliases, _metadataFields inherited from interface com.fasterxml.jackson.databind.BeanProperty
EMPTY_FORMAT, EMPTY_INCLUDE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base) Creates a property bean writer based on the given one.protectedJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.PropertyName newName) Creates a property bean writer based on the given one and the property name. -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ser.BeanPropertyWriter_new(com.fasterxml.jackson.databind.PropertyName newName) voidserializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov) Methods inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
_depositSchemaProperty, _findAndAddDynamic, _handleSelfReference, assignNullSerializer, assignSerializer, assignTypeSerializer, depositSchemaProperty, depositSchemaProperty, fixAccess, get, getAnnotation, getContextAnnotation, getFullName, getGenericPropertyType, getInternalSetting, getMember, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getTypeSerializer, getViews, getWrapperName, hasNullSerializer, hasSerializer, isUnwrapping, removeInternalSetting, rename, serializeAsElement, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, unwrappingWriter, willSuppressNulls, wouldConflictWithNameMethods inherited from class com.fasterxml.jackson.databind.ser.PropertyWriter
findAnnotationMethods inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
findAliases, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getMetadata, isRequired, isVirtual
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JsonNullableBeanPropertyWriter
protected JsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base) Creates a property bean writer based on the given one.- Parameters:
base- the base writer
-
JsonNullableBeanPropertyWriter
protected JsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.PropertyName newName) Creates a property bean writer based on the given one and the property name.- Parameters:
base- the base writernewName- the new property name
-
-
Method Details
-
_new
protected com.fasterxml.jackson.databind.ser.BeanPropertyWriter _new(com.fasterxml.jackson.databind.PropertyName newName) - Overrides:
_newin classcom.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
serializeAsField
public void serializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov) throws Exception - Overrides:
serializeAsFieldin classcom.fasterxml.jackson.databind.ser.BeanPropertyWriter- Throws:
Exception
-