Class ThreeTenConverterRegistrar

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

    @Singleton
    public class ThreeTenConverterRegistrar
    extends java.lang.Object
    implements io.micronaut.core.convert.TypeConverterRegistrar
    Type converter used to convert Google's internal Duration type.
    Since:
    2.0.0
    Author:
    James Kleeh
    • 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

      • ThreeTenConverterRegistrar

        public ThreeTenConverterRegistrar()
    • Method Detail

      • register

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