类 NumberZonesFormatter
java.lang.Object
spring.turbo.format.NumberZonesFormatter
- 所有已实现的接口:
org.springframework.format.Formatter<NumberZones>,org.springframework.format.Parser<NumberZones>,org.springframework.format.Printer<NumberZones>
public class NumberZonesFormatter
extends Object
implements org.springframework.format.Formatter<NumberZones>
- 从以下版本开始:
- 1.3.1
- 作者:
- 应卓
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明print(NumberZones object, Locale locale) final voidsetBackupDelimiters(String... backupDelimiters) voidsetDelimiter(String delimiter) voidsetNumberPairFormatter(NumberPairFormatter numberPairFormatter)
-
构造器详细资料
-
NumberZonesFormatter
public NumberZonesFormatter()构造方法
-
-
方法详细资料
-
parse
- 指定者:
parse在接口中org.springframework.format.Parser<NumberZones>- 抛出:
ParseException
-
print
- 指定者:
print在接口中org.springframework.format.Printer<NumberZones>
-
setDelimiter
-
setNumberPairFormatter
-
setBackupDelimiters
-