Package cdc.validation.checkers.defaults
package cdc.validation.checkers.defaults
-
ClassesClassDescriptionSpecialization of
AbstractStringCheckerthat checks that a string does not contain any innerspacecharacter.Specialization ofAbstractStringCheckerthat checks that a string does not contain any outer (leading or trailing)spacecharacter.Specialization ofAbstractStringCheckerthat checks that a string does not contain any outer (leading or trailing)white spacecharacter.Specialization ofAbstractStringCheckerthat checks that a string does not contain anyspacecharacter.Specialization ofAbstractStringCheckerthat checks that a string does not contain anywhite spacecharacter.IsGreaterOrEqual<T extends Comparable<T>>IsGreaterThan<T extends Comparable<T>>IsInRange<T extends Comparable<T>>Implementation oCheckerthat checks that an object is an instance of a class.IsLessOrEqual<T extends Comparable<T>>IsLessThan<T extends Comparable<T>>Implementation oCheckerthat checks that an object is not null.Implementation oCheckerthat checks that an object is null.Specialization ofAbstractStringCheckerthat checks that a string is null or empty.Specialization ofAbstractStringCheckerthat checks that a string defines a valid pattern.Check that the length of string is in a given range.