Class PathTypeConverter

java.lang.Object
org.eclipse.sisu.wire.AbstractTypeConverter<Path>
org.eclipse.sisu.wire.PathTypeConverter
All Implemented Interfaces:
com.google.inject.Module, com.google.inject.spi.TypeConverter

final class PathTypeConverter extends AbstractTypeConverter<Path>
TypeConverter Module that converts constants to Paths.
  • Constructor Details

    • PathTypeConverter

      PathTypeConverter()
  • Method Details

    • convert

      public Object convert(String value, com.google.inject.TypeLiteral<?> toType)