Class NoEntryWrapperListDeserializer<T>

  • Type Parameters:
    T - deserialized class within the list
    All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider
    Direct Known Subclasses:
    KeysDeserializer, LangStringsDeserializer

    public class NoEntryWrapperListDeserializer<T>
    extends com.fasterxml.jackson.databind.JsonDeserializer<List<T>>
    Custom deserializer for lists without individual list entry wrappers for parametrized classes.
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      protected String elementName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<T> deserialize​(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      • 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
    • Field Detail

      • elementName

        protected final String elementName
    • Method Detail

      • deserialize

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