Uses of Class
org.bremersee.geojson.GeometryWrapper
-
Packages that use GeometryWrapper Package Description org.bremersee.geojson This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor. -
-
Uses of GeometryWrapper in org.bremersee.geojson
Methods in org.bremersee.geojson that return GeometryWrapper Modifier and Type Method Description GeometryWrapperGeometryWrapper. clone()GeometryWrapperGeometryWrapper.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)GeometryWrapperGeometryWrapper.Deserializer. deserializeWithType(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)Methods in org.bremersee.geojson with parameters of type GeometryWrapper Modifier and Type Method Description voidGeometryWrapper.Serializer. serialize(GeometryWrapper value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider prov)voidGeometryWrapper.Serializer. serializeWithType(GeometryWrapper value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
-