Package | Description |
---|---|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrencyValidator
Currency Validation and Conversion routines (
java.math.BigDecimal ). |
class |
PercentValidator
Percentage Validation and Conversion routines (
java.math.BigDecimal ). |
Modifier and Type | Method and Description |
---|---|
static BigDecimalValidator |
PercentValidator.getInstance()
Return a singleton instance of this validator.
|
static BigDecimalValidator |
CurrencyValidator.getInstance()
Return a singleton instance of this validator.
|
static BigDecimalValidator |
BigDecimalValidator.getInstance()
Return a singleton instance of this validator.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.