public abstract class ExtraPropertyStringAbstractSerializer<T>
extends com.fasterxml.jackson.databind.JsonSerializer<T>
| Constructor and Description |
|---|
ExtraPropertyStringAbstractSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
convert(T value) |
void |
serialize(T value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public ExtraPropertyStringAbstractSerializer()
public void serialize(T value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<T>IOExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.