Class ConvertibleMultiValuesSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<ConvertibleMultiValues<?>>
io.micronaut.jackson.serialize.ConvertibleMultiValuesSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

@Singleton public class ConvertibleMultiValuesSerializer extends tools.jackson.databind.ValueSerializer<ConvertibleMultiValues<?>>
Serializer for ConvertibleMultiValues.
Since:
1.0
Author:
graemerocher
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEmpty(tools.jackson.databind.SerializationContext provider, ConvertibleMultiValues<?> value)
     
    void
    serialize(ConvertibleMultiValues<?> value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext serializers)
     

    Methods inherited from class tools.jackson.databind.ValueSerializer

    acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    Methods inherited from class java.lang.Object

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

    • ConvertibleMultiValuesSerializer

      public ConvertibleMultiValuesSerializer()
  • Method Details

    • isEmpty

      public boolean isEmpty(tools.jackson.databind.SerializationContext provider, ConvertibleMultiValues<?> value)
      Overrides:
      isEmpty in class tools.jackson.databind.ValueSerializer<ConvertibleMultiValues<?>>
    • serialize

      public void serialize(ConvertibleMultiValues<?> value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext serializers)
      Specified by:
      serialize in class tools.jackson.databind.ValueSerializer<ConvertibleMultiValues<?>>