public class PlanCodesSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<PlanCodes>
| Constructor and Description |
|---|
PlanCodesSerializer() |
PlanCodesSerializer(Class<PlanCodes> t) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(PlanCodes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrowpublic PlanCodesSerializer()
public PlanCodesSerializer(Class<PlanCodes> t)
public void serialize(PlanCodes 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<PlanCodes>IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2012-2020. All Rights Reserved.