Class GeometryWrapper.Deserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider
    Enclosing class:
    GeometryWrapper

    protected static class GeometryWrapper.Deserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<GeometryWrapper>
    Deserializer for the GeoJSON geometry wrapper class.
    Author:
    Christian Bremer
    • Nested Class Summary

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

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

      Constructors 
      Modifier Constructor Description
      protected Deserializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GeometryWrapper deserialize​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      GeometryWrapper deserializeWithType​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

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

      • Deserializer

        protected Deserializer()
    • Method Detail

      • deserializeWithType

        public GeometryWrapper deserializeWithType​(com.fasterxml.jackson.core.JsonParser jp,
                                                   com.fasterxml.jackson.databind.DeserializationContext ctxt,
                                                   com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
                                            throws IOException
        Overrides:
        deserializeWithType in class com.fasterxml.jackson.databind.JsonDeserializer<GeometryWrapper>
        Throws:
        IOException
      • deserialize

        public GeometryWrapper deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                           com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                    throws IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<GeometryWrapper>
        Throws:
        IOException