Determine whether the Converter interface would be more friendly to use if the available methods, fromAlpha2, fromAlpha3, and fromNumeric were simplified to a method that takes a country code's format value and the from and to standards. For example, Converter.fromFormatValue(String formatValue, Standard from, Standard to).
Determine whether the Converter interface would be more friendly to use if the available methods,
fromAlpha2,fromAlpha3, andfromNumericwere simplified to a method that takes a country code's format value and the from and to standards. For example,Converter.fromFormatValue(String formatValue, Standard from, Standard to).