Class StringNullSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class StringNullSerializer extends JsonSerializer<T>
-
-
Constructor Summary
Constructors Constructor Description StringNullSerializer()
-
Method Summary
Modifier and Type Method Description voidserialize(String value, JsonGenerator gen, SerializerProvider serializers)-
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-