public class LowercaseEnumSerializer extends com.fasterxml.jackson.databind.JsonSerializer<LowercaseEnum>
| Constructor and Description |
|---|
LowercaseEnumSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LowercaseEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(LowercaseEnum value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<LowercaseEnum>IOExceptionCopyright © 2016. All rights reserved.