Class TagsDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider

    public class TagsDeserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<T>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        com.fasterxml.jackson.databind.JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T deserialize​(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)  
      protected Tag[] deserialize​(com.fasterxml.jackson.databind.JsonNode rootNode, Configuration configuration)  
      boolean shouldIncludeTag​(String tagName, Collection<Pattern> tagsToExcludeFromChart)  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • TagsDeserializer

        public TagsDeserializer()
    • Method Detail

      • deserialize

        protected Tag[] deserialize​(com.fasterxml.jackson.databind.JsonNode rootNode,
                                    Configuration configuration)
      • shouldIncludeTag

        public boolean shouldIncludeTag​(String tagName,
                                        Collection<Pattern> tagsToExcludeFromChart)
      • deserialize

        public T deserialize​(com.fasterxml.jackson.core.JsonParser parser,
                             com.fasterxml.jackson.databind.DeserializationContext context)
                      throws IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        Throws:
        IOException