Class GeometryDeserializer<T extends Geometry>

Object
JsonDeserializer<T>
GeometryDeserializer<T>
All Implemented Interfaces:
NullValueProvider

public class GeometryDeserializer<T extends Geometry> extends JsonDeserializer<T>
Created by mihaildoronin on 11/11/15.
  • Nested Class Summary

    Nested classes/interfaces inherited from class JsonDeserializer

    JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialize(JsonParser jsonParser, DeserializationContext deserializationContext)
     

    Methods inherited from class JsonDeserializer

    deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    Methods inherited from class Object

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

    • GeometryDeserializer

      public GeometryDeserializer(GeometryParser<T> geometryParser)
  • Method Details

    • deserialize

      public T deserialize(JsonParser jsonParser, DeserializationContext deserializationContext) throws IOException
      Specified by:
      deserialize in class JsonDeserializer<T extends Geometry>
      Throws:
      IOException