package

org.eclipse.sisu.converters

Additional type converters.

The principal members of this package are:

FileTypeConverter
com.google.inject.spi.TypeConverter com.google.inject.Module that converts constants to java.io.Files.
URLTypeConverter
com.google.inject.spi.TypeConverter com.google.inject.Module that converts constants to java.net.URLs.

Classes

AbstractTypeConverter<T> Abstract TypeConverter Module that automatically registers the converter based on the type parameter. 
FileTypeConverter TypeConverter Module that converts constants to Files. 
URLTypeConverter TypeConverter Module that converts constants to URLs.