public static class Formatters.Integer extends BaseFormatter<java.lang.Number,java.math.BigInteger>
BaseFormatter.ParseBlock<T2,R2>| Constructor and Description |
|---|
Integer() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
convert(java.lang.Number input) |
static Formatters.Integer |
equalTo(long expect) |
static Formatters.Integer |
negative() |
static Formatters.Integer |
positive() |
guessInputType, isValidType, toValueOrThrowIllegalTypeExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatterName, isValid, isValidValue, transformpublic static Formatters.Integer equalTo(long expect)
public static Formatters.Integer positive()
public static Formatters.Integer negative()
public java.math.BigInteger convert(java.lang.Number input)