Class AbstractTypeConverter<T>

  • All Implemented Interfaces:
    com.google.inject.Module, com.google.inject.spi.TypeConverter

    public abstract class AbstractTypeConverter<T>
    extends Object
    implements com.google.inject.spi.TypeConverter, com.google.inject.Module
    Abstract TypeConverter Module that automatically registers the converter based on the type argument.
    • Constructor Detail

      • AbstractTypeConverter

        public AbstractTypeConverter()
    • Method Detail

      • configure

        public final void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module