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