Java org.apache.commons.validator.routines CurrencyValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines CurrencyValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines CurrencyValidator.

The text is from its open source code.

Constructor

CurrencyValidator(boolean strict, boolean allowFractions)
Construct an instance with the specified strict setting.

Method

Stringformat(Object value, String pattern)

Format an object into a String using the specified pattern.

BigDecimalValidatorgetInstance()
Return a singleton instance of this validator.
booleanisValid(String value, String pattern)

Validate using the specified pattern.

BigDecimalvalidate(String value, String pattern)

Validate/convert a BigDecimal using the specified pattern.