Package org.bremersee.geojson
Class GeometryWrapper.Deserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<GeometryWrapper>
-
- org.bremersee.geojson.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryWrapperdeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)GeometryWrapperdeserializeWithType(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
-
-
-
-
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:
deserializeWithTypein classcom.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:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<GeometryWrapper>- Throws:
IOException
-
-