Class UnwrappingJsonNullableBeanPropertyWriter
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
-
- com.fasterxml.jackson.databind.ser.PropertyWriter
-
- com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
- org.openapitools.jackson.nullable.UnwrappingJsonNullableBeanPropertyWriter
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.BeanProperty,com.fasterxml.jackson.databind.util.Named,Serializable
public class UnwrappingJsonNullableBeanPropertyWriter extends com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
_nameTransformer
-
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 UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.util.NameTransformer transformer)protectedUnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base, com.fasterxml.jackson.databind.util.NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter_new(com.fasterxml.jackson.databind.util.NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString newName)voidserializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider prov)-
Methods inherited from class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
_depositSchemaProperty, _findAndAddDynamic, assignSerializer, depositSchemaProperty, isUnwrapping, rename
-
Methods inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
_handleSelfReference, _new, assignNullSerializer, assignTypeSerializer, depositSchemaProperty, fixAccess, get, getAnnotation, getContextAnnotation, getFullName, getGenericPropertyType, getInternalSetting, getMember, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getTypeSerializer, getViews, getWrapperName, hasNullSerializer, hasSerializer, removeInternalSetting, serializeAsElement, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, unwrappingWriter, willSuppressNulls, wouldConflictWithName
-
-
-
-
Constructor Detail
-
UnwrappingJsonNullableBeanPropertyWriter
public UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, com.fasterxml.jackson.databind.util.NameTransformer transformer)
-
UnwrappingJsonNullableBeanPropertyWriter
protected UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base, com.fasterxml.jackson.databind.util.NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString name)
-
-
Method Detail
-
_new
protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter _new(com.fasterxml.jackson.databind.util.NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString newName)- Overrides:
_newin classcom.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
serializeAsField
public void serializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider prov) throws Exception
- Overrides:
serializeAsFieldin classcom.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter- Throws:
Exception
-
-