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