Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.supercsv.cellprocessor.constraint Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
DMinMaxConverts the input data to a Double and ensures that number is within a specified numeric range (inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
EqualsThis constraint ensures that all input data is equal (to each other, or to a supplied constant value).Classorg.supercsv.cellprocessor.constraintSuperCSV
ForbidSubStrConverts the input to a String and ensures that it doesn't contain any of the supplied substrings.Classorg.supercsv.cellprocessor.constraintSuperCSV
IsElementOfThis processor ensures that the input value is an element of a Collection.Classorg.supercsv.cellprocessor.constraintSuperCSV
IsIncludedInThis processor ensures that the input value belongs to a specific set of (unchangeable) values.Classorg.supercsv.cellprocessor.constraintSuperCSV
LMinMaxConverts the input data to a Long and and ensures the value is between the supplied min and max values (inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
NotNullThis processor ensures that the input is not null.Classorg.supercsv.cellprocessor.constraintSuperCSV
RequireHashCodeThis processor converts the input to a String, and ensures that the input's hash function matches any of a given set of hashcodes.Classorg.supercsv.cellprocessor.constraintSuperCSV
RequireSubStrConverts the input to a String and ensures that the input contains at least one of the specified substrings.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrlenThis processor ensures that the input String has a length equal to any of the supplied lengths.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrMinMaxThis constraint ensures that the input data has a string length between the supplied min and max values (both inclusive).Classorg.supercsv.cellprocessor.constraintSuperCSV
StrNotNullOrEmptyThis processor checks if the input is null or an empty string, and raises an exception in that case.Classorg.supercsv.cellprocessor.constraintSuperCSV
StrRegExThis constraint ensures that the input data matches the given regular expression.Classorg.supercsv.cellprocessor.constraintSuperCSV
UniqueEnsure that upon processing a CSV file (reading or writing), that values of the column all are unique.Classorg.supercsv.cellprocessor.constraintSuperCSV
UniqueHashCodeEnsure that upon processing a CSV file (reading or writing), that values of the column are all unique.Classorg.supercsv.cellprocessor.constraintSuperCSV