public class AttributeSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.calrissian.mango.domain.Attribute>
| Constructor and Description |
|---|
AttributeSerializer(org.calrissian.mango.types.TypeRegistry<String> typeContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.calrissian.mango.domain.Attribute attribute,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public AttributeSerializer(org.calrissian.mango.types.TypeRegistry<String> typeContext)
public void serialize(org.calrissian.mango.domain.Attribute attribute,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<org.calrissian.mango.domain.Attribute>IOExceptionCopyright © 2017 Calrissian. All rights reserved.