Class MonitoringLocationJsonSerializer

  • All Implemented Interfaces:
    org.codehaus.jackson.schema.SchemaAware

    public class MonitoringLocationJsonSerializer
    extends org.codehaus.jackson.map.ser.std.SerializerBase<OnmsMonitoringLocation>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer

        org.codehaus.jackson.map.JsonSerializer.None
    • Field Summary

      • Fields inherited from class org.codehaus.jackson.map.ser.std.SerializerBase

        _handledType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serialize​(OnmsMonitoringLocation value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)  
      • Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase

        createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
      • Methods inherited from class org.codehaus.jackson.map.JsonSerializer

        isUnwrappingSerializer, serializeWithType, unwrappingSerializer
    • Constructor Detail

      • MonitoringLocationJsonSerializer

        protected MonitoringLocationJsonSerializer()
    • Method Detail

      • serialize

        public void serialize​(OnmsMonitoringLocation value,
                              org.codehaus.jackson.JsonGenerator jgen,
                              org.codehaus.jackson.map.SerializerProvider provider)
                       throws IOException,
                              org.codehaus.jackson.JsonGenerationException
        Specified by:
        serialize in class org.codehaus.jackson.map.ser.std.SerializerBase<OnmsMonitoringLocation>
        Throws:
        IOException
        org.codehaus.jackson.JsonGenerationException