Class NettyConvertersSpi

  • All Implemented Interfaces:
    io.micronaut.core.convert.TypeConverterRegistrar

    @Internal
    public final class NettyConvertersSpi
    extends java.lang.Object
    implements io.micronaut.core.convert.TypeConverterRegistrar
    Factory for bytebuf related converters that do not need the application context (can be registered with SPI).
    Since:
    3.6.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(io.micronaut.core.convert.ConversionService<?> conversionService)  
      • Methods inherited from class java.lang.Object

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

      • NettyConvertersSpi

        public NettyConvertersSpi()
    • Method Detail

      • register

        public void register​(io.micronaut.core.convert.ConversionService<?> conversionService)
        Specified by:
        register in interface io.micronaut.core.convert.TypeConverterRegistrar