Class SerdeFeaturesResponseDeserializer

java.lang.Object
io.micronaut.projectgen.http.server.controllers.SerdeFeaturesResponseDeserializer
All Implemented Interfaces:
io.micronaut.serde.Deserializer<FeaturesResponse>

@Singleton @Generated("Micronaut") public final class SerdeFeaturesResponseDeserializer extends Object implements io.micronaut.serde.Deserializer<FeaturesResponse>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micronaut.serde.Deserializer

    io.micronaut.serde.Deserializer.DecoderContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.serde.Deserializer<FeaturesResponse>
    createSpecific(io.micronaut.serde.Deserializer.DecoderContext context, io.micronaut.core.type.Argument type)
     
    deserialize(io.micronaut.serde.Decoder decoder, io.micronaut.serde.Deserializer.DecoderContext context, io.micronaut.core.type.Argument type)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.serde.Deserializer

    deserializeNullable, getDefaultValue
  • Constructor Details

    • SerdeFeaturesResponseDeserializer

      public SerdeFeaturesResponseDeserializer()
  • Method Details

    • createSpecific

      public io.micronaut.serde.Deserializer<FeaturesResponse> createSpecific(io.micronaut.serde.Deserializer.DecoderContext context, io.micronaut.core.type.Argument type) throws io.micronaut.serde.exceptions.SerdeException
      Specified by:
      createSpecific in interface io.micronaut.serde.Deserializer<FeaturesResponse>
      Throws:
      io.micronaut.serde.exceptions.SerdeException
    • deserialize

      public FeaturesResponse deserialize(io.micronaut.serde.Decoder decoder, io.micronaut.serde.Deserializer.DecoderContext context, io.micronaut.core.type.Argument type) throws IOException
      Specified by:
      deserialize in interface io.micronaut.serde.Deserializer<FeaturesResponse>
      Throws:
      IOException