类 NumberPairFormatter
java.lang.Object
spring.turbo.format.NumberPairFormatter
- 所有已实现的接口:
org.springframework.format.Formatter<NumberPair>,org.springframework.format.Parser<NumberPair>,org.springframework.format.Printer<NumberPair>
public class NumberPairFormatter
extends Object
implements org.springframework.format.Formatter<NumberPair>
- 从以下版本开始:
- 1.3.1
- 作者:
- 应卓
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
NumberPairFormatter
public NumberPairFormatter()
-
-
方法详细资料
-
parse
- 指定者:
parse在接口中org.springframework.format.Parser<NumberPair>- 抛出:
ParseException
-
print
- 指定者:
print在接口中org.springframework.format.Printer<NumberPair>
-