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
public abstract class AbstractTypeConverter<T> extends Object implements com.google.inject.spi.TypeConverter, com.google.inject.Module
AbstractTypeConverter
Module
that automatically registers the converter based on the type argument.
-
-
Constructor Summary
Constructors Constructor Description AbstractTypeConverter()
-