| Modifier and Type | Field and Description |
|---|---|
static IntegerParserConfig |
IntegerParserConfig.LENIENT |
static IntegerParserConfig |
IntegerParserConfig.LENIENT_F |
static IntegerParserConfig |
IntegerParserConfig.NULL |
static IntegerParserConfig |
IntegerParserConfig.STRICT |
| Modifier and Type | Method and Description |
|---|---|
IntegerParserConfig |
IntegerParserConfig.setErrorIfInvalid(boolean errorIfInvalid) |
IntegerParserConfig |
IntegerParserConfig.setErrorIfNull(boolean errorIfNull) |
IntegerParserConfig |
IntegerParserConfig.setInvalidValue(Integer defaultInvalidValue) |
IntegerParserConfig |
IntegerParserConfig.setNullValue(Integer nullValue) |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
Convert.toInt(Object o,
IntegerParserConfig config) |
static Integer[] |
Convert.toIntArray(String[] strings,
IntegerParserConfig config) |
static int[] |
Convert.toPrimitiveIntArray(String[] strings,
IntegerParserConfig config) |
Copyright © 2021 vpc open source initiative. All rights reserved.