public class PlanCodeSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<PlanCode>
| Constructor and Description |
|---|
PlanCodeSerializer() |
PlanCodeSerializer(Class<PlanCode> t) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(PlanCode value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrowpublic PlanCodeSerializer()
public PlanCodeSerializer(Class<PlanCode> t)
public void serialize(PlanCode value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<PlanCode>IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2012-2020. All Rights Reserved.