Class ApiResponsesSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<io.swagger.v3.oas.models.responses.ApiResponses>
io.micronaut.openapi.swagger.core.jackson.ApiResponsesSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class ApiResponsesSerializer extends tools.jackson.databind.ValueSerializer<io.swagger.v3.oas.models.responses.ApiResponses>
This class is copied from swagger-core library.
Since:
4.6.0
  • 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
    void
    serialize(io.swagger.v3.oas.models.responses.ApiResponses value, tools.jackson.core.JsonGenerator jgen, tools.jackson.databind.SerializationContext provider)
     

    Methods inherited from class tools.jackson.databind.ValueSerializer

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

    Methods inherited from class Object

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

    • ApiResponsesSerializer

      public ApiResponsesSerializer()
  • Method Details

    • serialize

      public void serialize(io.swagger.v3.oas.models.responses.ApiResponses value, tools.jackson.core.JsonGenerator jgen, tools.jackson.databind.SerializationContext provider) throws tools.jackson.core.JacksonException
      Specified by:
      serialize in class tools.jackson.databind.ValueSerializer<io.swagger.v3.oas.models.responses.ApiResponses>
      Throws:
      tools.jackson.core.JacksonException