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

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

Introduction

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

The text is from its open source code.

Method

ByteformatByte(String value, Locale locale)
Checks if the value can safely be converted to a byte primitive.
ByteformatByte(String value)
Checks if the value can safely be converted to a byte primitive.
LongformatCreditCard(String value)
Checks if the field is a valid credit card number.
DateformatDate(String value, Locale locale)
Checks if the field is a valid date.
DateformatDate(String value, String datePattern, boolean strict)
Checks if the field is a valid date.
DoubleformatDouble(String value, Locale locale)
Checks if the value can safely be converted to a double primitive.
DoubleformatDouble(String value)
Checks if the value can safely be converted to a double primitive.
FloatformatFloat(String value, Locale locale)
Checks if the value can safely be converted to a float primitive.
FloatformatFloat(String value)
Checks if the value can safely be converted to a float primitive.
IntegerformatInt(String value)
Checks if the value can safely be converted to a int primitive.
IntegerformatInt(String value, Locale locale)
Checks if the value can safely be converted to an int primitive.
LongformatLong(String value)
Checks if the value can safely be converted to a long primitive.
LongformatLong(String value, Locale locale)
Checks if the value can safely be converted to a long primitive.
ShortformatShort(String value, Locale locale)
Checks if the value can safely be converted to a short primitive.
ShortformatShort(String value)
Checks if the value can safely be converted to a short primitive.