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
ConstructorsConstructorDescriptionInventoryLoadoutDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(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, handledTypeMethods 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 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:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<InventoryLoadout>- Throws:
IOException
-