Package com.applitools.utils
Class Iso8610CalendarDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Calendar>
-
- com.applitools.utils.Iso8610CalendarDeserializer
-
-
Constructor Summary
Constructors Constructor Description Iso8610CalendarDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendardeserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public Calendar deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Calendar>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-