public class FeedScopedIdDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<FeedScopedId>
Constructor and Description |
---|
FeedScopedIdDeserializer() |
Modifier and Type | Method and Description |
---|---|
FeedScopedId |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Class<FeedScopedId> |
handledType() |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public static final String SEPARATOR
public FeedScopedId deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<FeedScopedId>
IOException
com.fasterxml.jackson.core.JsonProcessingException
public Class<FeedScopedId> handledType()
handledType
in class com.fasterxml.jackson.databind.JsonDeserializer<FeedScopedId>
Copyright © 2019. All rights reserved.