public class TagsDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
TagsDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
protected Tag[] |
deserialize(com.fasterxml.jackson.databind.JsonNode rootNode,
Configuration configuration) |
T |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
boolean |
shouldIncludeTag(String tagName,
Collection<Pattern> tagsToExcludeFromChart) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerprotected Tag[] deserialize(com.fasterxml.jackson.databind.JsonNode rootNode, Configuration configuration)
public boolean shouldIncludeTag(String tagName, Collection<Pattern> tagsToExcludeFromChart)
public T deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptionCopyright © 2020. All rights reserved.