Class ShapesAsGeoJSONModule

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned, Serializable

    public class ShapesAsGeoJSONModule
    extends com.fasterxml.jackson.databind.module.SimpleModule
    See Also:
    Serialized Form
    • Nested Class Summary

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

        com.fasterxml.jackson.databind.Module.SetupContext
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.databind.module.SimpleModule

        _abstractTypes, _deserializerModifier, _deserializers, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object o)  
      String getModuleName()  
      int hashCode()  
      • Methods inherited from class com.fasterxml.jackson.databind.module.SimpleModule

        _checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version
    • Constructor Detail

      • ShapesAsGeoJSONModule

        public ShapesAsGeoJSONModule()
    • Method Detail

      • getModuleName

        public String getModuleName()
        Overrides:
        getModuleName in class com.fasterxml.jackson.databind.module.SimpleModule
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object