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
-
Field Details
-
DEFAULT
- See Also:
-
-
Constructor Details
-
NumberFormatConverter
public NumberFormatConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceConverter<String,
NumberFormat>
-