Package io.basestar.jackson.serde
Class PathDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Path>
-
- io.basestar.jackson.serde.PathDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class PathDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Path>
-
-
Constructor Summary
Constructors Constructor Description PathDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pathdeserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public Path deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws java.io.IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Path>- Throws:
java.io.IOException
-
-