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 |
greaterOrEqualTo(long expect) |
static Formatters.Integer |
greaterThan(long expect) |
static Formatters.Integer |
lessOrEqualTo(long expect) |
static Formatters.Integer |
lessThan(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 greaterThan(long expect)
public static Formatters.Integer lessThan(long expect)
public static Formatters.Integer negative()
public static Formatters.Integer greaterOrEqualTo(long expect)
public static Formatters.Integer lessOrEqualTo(long expect)
public java.math.BigInteger convert(java.lang.Number input)