Class InventoryLoadoutDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable

    public class InventoryLoadoutDeserializer
    extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<InventoryLoadout>
    See Also:
    Serialized Form
    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      InventoryLoadoutDeserializer​(com.fasterxml.jackson.databind.ObjectMapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InventoryLoadout deserialize​(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      • Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        deserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledType
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

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

      • InventoryLoadoutDeserializer

        public InventoryLoadoutDeserializer​(com.fasterxml.jackson.databind.ObjectMapper mapper)
    • Method Detail

      • deserialize

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