| Modifier and Type | Method and Description |
|---|---|
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberValidationOperation.isNumber(String value,
String locale,
String pattern,
String minValue,
String maxValue,
NumberType numberType,
ValidationOptions options,
ValidationExtension config)
Receives a numeric
value as a String and validates that it can be parsed per the rules of a
numberType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationFunctions.isNumber(String value,
NumberType numberType)
|
| Constructor and Description |
|---|
NumberValidator(String value,
Locale locale,
String pattern,
Number minValue,
Number maxValue,
NumberType numberType,
ValidationContext validationContext) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.