Package org.opennms.web.rest.api.support
Class JsonResourceLocationSerializationProvider
- java.lang.Object
-
- org.codehaus.jackson.map.JsonSerializer<ResourceLocation>
-
- org.opennms.web.rest.api.support.JsonResourceLocationSerializationProvider
-
public class JsonResourceLocationSerializationProvider extends org.codehaus.jackson.map.JsonSerializer<ResourceLocation>
-
-
Constructor Summary
Constructors Constructor Description JsonResourceLocationSerializationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(ResourceLocation value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
-
-
-
Method Detail
-
serialize
public void serialize(ResourceLocation value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) throws IOException, org.codehaus.jackson.JsonProcessingException
- Specified by:
serialize
in classorg.codehaus.jackson.map.JsonSerializer<ResourceLocation>
- Throws:
IOException
org.codehaus.jackson.JsonProcessingException
-
-