Uses of Class
org.jbehave.core.steps.ParameterConverters.AbstractListParameterConverter
Packages that use ParameterConverters.AbstractListParameterConverter
-
Uses of ParameterConverters.AbstractListParameterConverter in org.jbehave.core.steps
Subclasses of ParameterConverters.AbstractListParameterConverter in org.jbehave.core.stepsModifier and TypeClassDescriptionstatic classstatic classParses value to list of the sameEnum, using an injectable value separator (defaults to ",") and trimming each element of the list.static classConverts value to list of numbers.static classConverts value to list of String.