The goal is to evolve JBEHAVE-1480. For now there is a set of methods that do conversion to a certain set of types, the number of methods may grow with necessity to support other types.
The methods should be made generic `<T> T getMandatoryNonBlankProperty(String propertyName, Type type)`
`ParameterConverters` should be re-used to avoid duplicated conversion logic
The goal is to evolve JBEHAVE-1480. For now there is a set of methods that do conversion to a certain set of types, the number of methods may grow with necessity to support other types.
The methods should be made generic `<T> T getMandatoryNonBlankProperty(String propertyName, Type type)`
`ParameterConverters` should be re-used to avoid duplicated conversion logic