Package ch.kk7.confij.binding.values
Class ExplicitMapper
- java.lang.Object
-
- ch.kk7.confij.binding.values.ExplicitMapper
-
public class ExplicitMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExplicitMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueMapperFactoryforFile()static ValueMapperFactoryforPath()static ValueMapperFactoryforString()
-
-
-
Method Detail
-
forString
public static ValueMapperFactory forString()
-
forPath
public static ValueMapperFactory forPath()
-
forFile
public static ValueMapperFactory forFile()
-
-