| Modifier and Type | Field and Description |
|---|---|
static FloatParserConfig |
FloatParserConfig.LENIENT |
static FloatParserConfig |
FloatParserConfig.NULL |
static FloatParserConfig |
FloatParserConfig.STRICT |
| Modifier and Type | Method and Description |
|---|---|
FloatParserConfig |
FloatParserConfig.setErrorIfInvalid(boolean errorIfInvalid) |
FloatParserConfig |
FloatParserConfig.setErrorIfNull(boolean errorIfNull) |
FloatParserConfig |
FloatParserConfig.setInvalidValue(Float defaultInvalidValue) |
FloatParserConfig |
FloatParserConfig.setNullValue(Float defaultNullValue) |
| Modifier and Type | Method and Description |
|---|---|
static Float |
Convert.toFloat(Object o,
FloatParserConfig config) |
Copyright © 2021 vpc open source initiative. All rights reserved.