public class UniqueIdPropertyWriter
extends org.codehaus.jackson.map.ser.BeanPropertyWriter
_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _name, _nonTrivialBaseType, _serializer, _suppressableValue, _suppressNulls, _typeSerializer
Modifier | Constructor and Description |
---|---|
protected |
UniqueIdPropertyWriter(org.codehaus.jackson.map.ser.BeanPropertyWriter base) |
protected |
UniqueIdPropertyWriter(org.codehaus.jackson.map.ser.BeanPropertyWriter base,
org.codehaus.jackson.map.JsonSerializer<Object> ser) |
Modifier and Type | Method and Description |
---|---|
void |
serializeAsField(Object bean,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider prov) |
org.codehaus.jackson.map.ser.BeanPropertyWriter |
withSerializer(org.codehaus.jackson.map.JsonSerializer<Object> ser)
We have to override this!
|
_findAndAddDynamic, _reportSelfReference, get, getAnnotation, getContextAnnotation, getGenericPropertyType, getInternalSetting, getMember, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getViews, hasSerializer, removeInternalSetting, setInternalSetting, setNonTrivialBaseType, setViews, toString, unwrappingWriter
protected UniqueIdPropertyWriter(org.codehaus.jackson.map.ser.BeanPropertyWriter base)
protected UniqueIdPropertyWriter(org.codehaus.jackson.map.ser.BeanPropertyWriter base, org.codehaus.jackson.map.JsonSerializer<Object> ser)
public void serializeAsField(Object bean, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider prov) throws Exception
serializeAsField
in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Exception
public org.codehaus.jackson.map.ser.BeanPropertyWriter withSerializer(org.codehaus.jackson.map.JsonSerializer<Object> ser)
withSerializer
in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Copyright © 2005–2017 Alfresco Software. All rights reserved.