public class YoutubeChannelDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<com.google.api.services.youtube.model.Channel>
Constructor and Description |
---|
YoutubeChannelDeserializer() |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.youtube.model.Channel |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected com.google.api.services.youtube.model.ChannelSnippet |
setChannelSnippet(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ChannelStatistics |
setChannelStatistics(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ChannelContentDetails |
setContentDetails(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ChannelLocalization |
setLocalized(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ChannelContentDetails.RelatedPlaylists |
setRelatedPlaylists(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ThumbnailDetails |
setThumbnails(com.fasterxml.jackson.databind.JsonNode node) |
protected com.google.api.services.youtube.model.ChannelTopicDetails |
setTopicDetails(com.fasterxml.jackson.databind.JsonNode node) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
public com.google.api.services.youtube.model.Channel deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.api.services.youtube.model.Channel>
IOException
protected com.google.api.services.youtube.model.ChannelSnippet setChannelSnippet(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ThumbnailDetails setThumbnails(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ChannelLocalization setLocalized(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ChannelContentDetails setContentDetails(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ChannelContentDetails.RelatedPlaylists setRelatedPlaylists(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ChannelStatistics setChannelStatistics(com.fasterxml.jackson.databind.JsonNode node)
protected com.google.api.services.youtube.model.ChannelTopicDetails setTopicDetails(com.fasterxml.jackson.databind.JsonNode node)
Copyright © 2018 The Apache Software Foundation. All rights reserved.