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 class
static class
Parses value to list of the sameEnum
, using an injectable value separator (defaults to ",") and trimming each element of the list.static class
Converts value to list of numbers.static class
Converts value to list of String.