public class ConstantMappers
extends java.lang.Object
IConstantMapper| Constructor and Description |
|---|
ConstantMappers() |
| Modifier and Type | Method and Description |
|---|---|
static IConstantMapper |
dataDriven(IClassResolver classResolver,
java.io.InputStream... mappingSources) |
public static IConstantMapper dataDriven(IClassResolver classResolver, java.io.InputStream... mappingSources)
classResolver - a class resolver that can resolve the classes of the target methodsmappingSources - streams of text in .unpick formatmappingSourcesdaomephsta.unpick.constantmappers.datadriven.parser.UnpickSyntaxException - if any of the mapping sources have invalid syntax