public final class IntMethodPropertyWriter
extends com.fasterxml.jackson.databind.ser.BeanPropertyWriter
| Modifier and Type | Field and Description |
|---|---|
protected BeanPropertyAccessor |
_propertyAccessor |
protected int |
_propertyIndex |
_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _metadata, _name, _nonTrivialBaseType, _nullSerializer, _serializer, _suppressableValue, _suppressNulls, _typeSerializer, _wrapperName, MARKER_FOR_EMPTY| Constructor and Description |
|---|
IntMethodPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src,
BeanPropertyAccessor acc,
int index,
com.fasterxml.jackson.databind.JsonSerializer<Object> ser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_reportProblem(Object bean,
Throwable e) |
void |
serializeAsField(Object bean,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider prov) |
void |
unsafeSerializeAsField(Object bean,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider prov) |
IntMethodPropertyWriter |
withAccessor(BeanPropertyAccessor acc) |
com.fasterxml.jackson.databind.ser.BeanPropertyWriter |
withSerializer(com.fasterxml.jackson.databind.JsonSerializer<Object> ser) |
_depositSchemaProperty, _findAndAddDynamic, _handleSelfReference, assignNullSerializer, assignSerializer, depositSchemaProperty, depositSchemaProperty, get, getAnnotation, getContextAnnotation, getFullName, getGenericPropertyType, getInternalSetting, getMember, getMetadata, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getViews, getWrapperName, hasNullSerializer, hasSerializer, isRequired, isRequired, isUnwrapping, removeInternalSetting, rename, serializeAsElement, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, unwrappingWriter, willSuppressNullsprotected final BeanPropertyAccessor _propertyAccessor
protected final int _propertyIndex
public IntMethodPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src,
BeanPropertyAccessor acc,
int index,
com.fasterxml.jackson.databind.JsonSerializer<Object> ser)
public com.fasterxml.jackson.databind.ser.BeanPropertyWriter withSerializer(com.fasterxml.jackson.databind.JsonSerializer<Object> ser)
public IntMethodPropertyWriter withAccessor(BeanPropertyAccessor acc)
public void unsafeSerializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov) throws Exception
Exceptionpublic final void serializeAsField(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov) throws Exception
serializeAsField in class com.fasterxml.jackson.databind.ser.BeanPropertyWriterExceptionCopyright © 2012-2013 FasterXML. All Rights Reserved.