public static class LongConverters.BigIntegerToLong extends Object implements Converter<BigInteger,Long>
| 构造器和说明 |
|---|
BigIntegerToLong() |
public Long convert(BigInteger obj) throws ConversionException
convert 在接口中 Converter<BigInteger,Long>ConversionExceptionpublic Class<BigInteger> getSourceClass()
getSourceClass 在接口中 Converter<BigInteger,Long>public Class<Long> getTargetClass()
getTargetClass 在接口中 Converter<BigInteger,Long>Copyright © 2019. All rights reserved.