Class NumberFormatConverter

java.lang.Object
org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
All Implemented Interfaces:
Converter<String,NumberFormat>

@Component public class NumberFormatConverter extends Object implements Converter<String,NumberFormat>
Knows how to convert from a String to a new NumberFormat instance.
Author:
Eric Bottard, Chris Bono