Package nl.vpro.guice

Class DurationConvertor

java.lang.Object
nl.vpro.guice.DurationConvertor
All Implemented Interfaces:
com.google.inject.spi.TypeConverter

public class DurationConvertor extends Object implements com.google.inject.spi.TypeConverter
Since:
1.69
Author:
Michiel Meeuwissen
  • Constructor Details

    • DurationConvertor

      public DurationConvertor()
  • Method Details

    • register

      public static void register(com.google.inject.Binder binder)
    • convert

      public Object convert(String s, com.google.inject.TypeLiteral<?> typeLiteral)
      Specified by:
      convert in interface com.google.inject.spi.TypeConverter