Class AbstractSourceMapSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer
com.targomo.client.api.json.AbstractSourceMapSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Direct Known Subclasses:
DefaultSourceAddressMapSerializer, DefaultSourceCoordinateMapSerializer, DefaultSourceGeometriesMapSerializer

public abstract class AbstractSourceMapSerializer extends com.fasterxml.jackson.databind.JsonSerializer
Created by Gideon Cohen
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeExtraData(Location location, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
     

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serialize, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractSourceMapSerializer

      public AbstractSourceMapSerializer()
  • Method Details

    • writeExtraData

      public void writeExtraData(Location location, com.fasterxml.jackson.core.JsonGenerator jsonGenerator) throws IOException
      Throws:
      IOException