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