Class InventoryLoadoutDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<InventoryLoadout>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<InventoryLoadout>
org.rspeer.game.config.item.serde.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:
  • 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

    Modifier and Type
    Method
    Description
    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

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InventoryLoadoutDeserializer

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

    • 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