public class KeyedListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Collection<? extends HasJsonKey>>
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_DEFAULT_KEY |
| Constructor and Description |
|---|
KeyedListSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Collection<? extends HasJsonKey> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public static final String JSON_DEFAULT_KEY
public void serialize(Collection<? extends HasJsonKey> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Collection<? extends HasJsonKey>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.