Mikhail Yakushin
Results
22
comments of
Mikhail Yakushin
@jkronegg What I meant is to have one transformer method for each `contentType` and a fallback transformer. For example, you can have a transformer method for the `JSON` `contentType`. ```...
@jkronegg I think that it can work (theoretically), but since `Cucumber-JVM` has transitioned from the `TypeRegistryConfigurer` interface to the `@ParameterType` and `@DocStringType` annotations, I believe it would be better to...