Not clear what you're trying to do.
You can define as many instances of ParameterConverter as you want, even
relating to the same Type, but only the first one accepted will be used.
Can you share your use case in the form of a project with a scenario?
> On 16 May 2014, at 20:40, Frank Pedroza
Is it possible to have multiple ParameterConverters of the same type? I
ask because I have the following and it doesn't seem to be working.
public Configuration getConfiguration()
{
Configuration config = new MostUsefulConfiguration()
.useStoryParser(new GherkinStoryParser())