Package org.eclipse.sisu.wire
Class AbstractTypeConverter<T>
java.lang.Object
org.eclipse.sisu.wire.AbstractTypeConverter<T>
- All Implemented Interfaces:
com.google.inject.Module
,com.google.inject.spi.TypeConverter
- Direct Known Subclasses:
FileTypeConverter
,URLTypeConverter
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 Details
-
AbstractTypeConverter
public AbstractTypeConverter()
-
-
Method Details
-
configure
public final void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-