Uses of Interface
org.jbehave.core.steps.ParameterConverters.ParameterConverter

Packages that use ParameterConverters.ParameterConverter
org.jbehave.core.steps   
 

Uses of ParameterConverters.ParameterConverter in org.jbehave.core.steps
 

Classes in org.jbehave.core.steps that implement ParameterConverters.ParameterConverter
static class ParameterConverters.BooleanConverter
           
static class ParameterConverters.BooleanListConverter
           
static class ParameterConverters.DateConverter
          Parses value to a Date using an injectable DateFormat (defaults to new SimpleDateFormat("dd/MM/yyyy"))
static class ParameterConverters.EnumConverter
          Parses value to any Enum
static class ParameterConverters.EnumListConverter
          Parses value to list of the same Enum, using an injectable value separator (defaults to ",") and trimming each element of the list.
static class ParameterConverters.ExamplesTableConverter
          Converts value to ExamplesTable using a ExamplesTableFactory.
static class ParameterConverters.MethodReturningConverter
          Invokes method on instance to return value.
static class ParameterConverters.NumberConverter
           Converts values to numbers, supporting any subclass of Number (including generic Number type), and it unboxed counterpart, using a NumberFormat to parse to a Number and to convert it to a specific number type: Byte, byte: Number.byteValue() Short, short: Number.shortValue() Integer, int: Number.intValue() Float, float: Number.floatValue() Long, long: Number.longValue() Double, double: Number.doubleValue() BigInteger: BigInteger#valueOf(Long) BigDecimal: BigDecimal#valueOf(Double) If no number format is provided, it defaults to NumberFormat#getInstance(Locale.ENGLISH).
static class ParameterConverters.NumberListConverter
          Converts value to list of numbers.
static class ParameterConverters.StringListConverter
          Converts value to list of String.
 

Methods in org.jbehave.core.steps that return ParameterConverters.ParameterConverter
protected  ParameterConverters.ParameterConverter[] ParameterConverters.defaultConverters(Locale locale, String listSeparator)
           
 

Methods in org.jbehave.core.steps with parameters of type ParameterConverters.ParameterConverter
 ParameterConverters ParameterConverters.addConverters(ParameterConverters.ParameterConverter... converters)
           
 ParameterConverters ParameterConverters.newInstanceAdding(ParameterConverters.ParameterConverter converter)
           
 

Method parameters in org.jbehave.core.steps with type arguments of type ParameterConverters.ParameterConverter
 ParameterConverters ParameterConverters.addConverters(List<ParameterConverters.ParameterConverter> converters)
           
 



Copyright © 2003-2012. All Rights Reserved.