public class ItemPathSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ItemPath>
Constructor and Description |
---|
ItemPathSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(ItemPath value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(ItemPath value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
public void serialize(ItemPath 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<ItemPath>
IOException
com.fasterxml.jackson.core.JsonProcessingException
public void serializeWithType(ItemPath value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serializeWithType
in class com.fasterxml.jackson.databind.JsonSerializer<ItemPath>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2016 evolveum. All rights reserved.