Class FuzzyItemEntrySerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<FuzzyItemEntry>
com.fasterxml.jackson.databind.ser.std.StdSerializer<FuzzyItemEntry>
org.rspeer.game.config.item.serde.FuzzyItemEntrySerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public class FuzzyItemEntrySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<FuzzyItemEntry>
See Also:
  • Nested Class Summary

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

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

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(FuzzyItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
     
    void
    serializeWithType(FuzzyItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed)
     

    Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class Object

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

    • FuzzyItemEntrySerializer

      public FuzzyItemEntrySerializer()
    • FuzzyItemEntrySerializer

      public FuzzyItemEntrySerializer(Class<FuzzyItemEntry> t)
  • Method Details

    • serializeWithType

      public void serializeWithType(FuzzyItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed) throws IOException
      Overrides:
      serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<FuzzyItemEntry>
      Throws:
      IOException
    • serialize

      public void serialize(FuzzyItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<FuzzyItemEntry>
      Throws:
      IOException