public class TypedValueMapSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Map<String,TypedValue>>
| Constructor and Description |
|---|
TypedValueMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Map<String,TypedValue> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(Map<String,TypedValue> value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Map<String,TypedValue>>IOExceptionCopyright © 2017–2018 Red Hat. All rights reserved.