Class SpecificationPropertiesSerializerModifier.SpecificationPropertyWriter
- java.lang.Object
 - 
- com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
 - 
- com.fasterxml.jackson.databind.ser.PropertyWriter
 - 
- com.fasterxml.jackson.databind.ser.BeanPropertyWriter
 - 
- com.broadleafcommerce.common.dataexport.service.specification.SpecificationPropertiesSerializerModifier.SpecificationPropertyWriter
 
 
 
 
 
- 
- All Implemented Interfaces:
 com.fasterxml.jackson.databind.BeanProperty,com.fasterxml.jackson.databind.util.Named,Serializable
- Enclosing class:
 - SpecificationPropertiesSerializerModifier
 
protected static class SpecificationPropertiesSerializerModifier.SpecificationPropertyWriter extends com.fasterxml.jackson.databind.ser.BeanPropertyWriterExtension needed to get ability to create newBeanPropertyWriterwith new property name.- 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 Constructor Description SpecificationPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, String propertyName) 
- 
Method Summary
- 
Methods inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
_depositSchemaProperty, _findAndAddDynamic, _handleSelfReference, _new, 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, serializeAsField, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, unwrappingWriter, willSuppressNulls, wouldConflictWithName 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SpecificationPropertyWriter
public SpecificationPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, String propertyName) 
 - 
 
 -