public class JsonNodeExampleSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Example>
Constructor and Description |
---|
JsonNodeExampleSerializer() |
Modifier and Type | Method and Description |
---|---|
Class<Example> |
handledType() |
void |
serialize(Example value,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
writeTo(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
Example o) |
void |
writeValue(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
String field,
Example o) |
public void serialize(Example value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<Example>
IOException
public void writeTo(com.fasterxml.jackson.core.JsonGenerator jsonGenerator, Example o) throws IOException
IOException
public void writeValue(com.fasterxml.jackson.core.JsonGenerator jsonGenerator, String field, Example o) throws IOException
IOException
Copyright © 2022. All rights reserved.