public class UnwrappingJsonNullableBeanPropertyWriter
extends com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
_nameTransformer_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _name, _nonTrivialBaseType, _nullSerializer, _serializer, _suppressableValue, _suppressNulls, _typeSerializer, _wrapperName, MARKER_FOR_EMPTY| Modifier | Constructor and Description |
|---|---|
|
UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base,
com.fasterxml.jackson.databind.util.NameTransformer transformer) |
protected |
UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base,
com.fasterxml.jackson.databind.util.NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString name) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter |
_new(com.fasterxml.jackson.databind.util.NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString newName) |
void |
serializeAsField(Object bean,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider prov) |
_depositSchemaProperty, _findAndAddDynamic, assignSerializer, depositSchemaProperty, isUnwrapping, rename_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, wouldConflictWithNamepublic UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base,
com.fasterxml.jackson.databind.util.NameTransformer transformer)
protected UnwrappingJsonNullableBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base,
com.fasterxml.jackson.databind.util.NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString name)
protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter _new(com.fasterxml.jackson.databind.util.NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString newName)
_new in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriterpublic void serializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider prov) throws Exception
serializeAsField in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriterExceptionCopyright © 2019 FasterXML. All rights reserved.