Class JsonNullableBeanPropertyWriter
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
-
- com.fasterxml.jackson.databind.ser.PropertyWriter
-
- com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- org.openapitools.jackson.nullable.JsonNullableBeanPropertyWriter
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.BeanProperty,com.fasterxml.jackson.databind.util.Named,java.io.Serializable
public class JsonNullableBeanPropertyWriter extends com.fasterxml.jackson.databind.ser.BeanPropertyWriter- See Also:
- Serialized Form
-
-
Field Summary
-
Fields 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_EMPTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base)protectedJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.PropertyName newName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.ser.BeanPropertyWriter_new(com.fasterxml.jackson.databind.PropertyName newName)voidserializeAsField(java.lang.Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov)com.fasterxml.jackson.databind.ser.BeanPropertyWriterunwrappingWriter(com.fasterxml.jackson.databind.util.NameTransformer unwrapper)-
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, willSuppressNulls, wouldConflictWithName
-
-
-
-
Constructor Detail
-
JsonNullableBeanPropertyWriter
protected JsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base)
-
JsonNullableBeanPropertyWriter
protected JsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.PropertyName newName)
-
-
Method Detail
-
_new
protected com.fasterxml.jackson.databind.ser.BeanPropertyWriter _new(com.fasterxml.jackson.databind.PropertyName newName)
- Overrides:
_newin classcom.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
unwrappingWriter
public com.fasterxml.jackson.databind.ser.BeanPropertyWriter unwrappingWriter(com.fasterxml.jackson.databind.util.NameTransformer unwrapper)
- Overrides:
unwrappingWriterin classcom.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
serializeAsField
public void serializeAsField(java.lang.Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov) throws java.lang.Exception- Overrides:
serializeAsFieldin classcom.fasterxml.jackson.databind.ser.BeanPropertyWriter- Throws:
java.lang.Exception
-
-