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