Class ContextConverterRegistrar

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

    @Singleton
    @Internal
    public class ContextConverterRegistrar
    extends java.lang.Object
    implements io.micronaut.core.convert.TypeConverterRegistrar
    A converter registry for converters required by the context.
    Since:
    2.0
    • 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
    • Method Detail

      • register

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