Class SerializerUtil.GeoserverPlaformInfoJsonDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<GeoServerPlatformInfoDV[]>
-
- org.gcube.application.geoportalcommon.SerializerUtil.GeoserverPlaformInfoJsonDeserializer
-
- Enclosing class:
- SerializerUtil
public static class SerializerUtil.GeoserverPlaformInfoJsonDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<GeoServerPlatformInfoDV[]>
-
-
Constructor Summary
Constructors Constructor Description GeoserverPlaformInfoJsonDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoServerPlatformInfoDV[]deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public GeoServerPlatformInfoDV[] deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<GeoServerPlatformInfoDV[]>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-