Package-level declarations
Types
A type alias for builders that create Array validation rules.
A type alias for validation rules that operate on Boolean values.
A type alias for builders that create Boolean validation rules.
A type alias for validation rules that operate on Collection values.
A type alias for builders that create Collection validation rules.
A type alias for validation rules that operate on Double values.
A type alias for builders that create Double validation rules.
A type alias for validation rules that operate on Float values.
A type alias for builders that create Float validation rules.
A type alias for validation rules that operate on Int values.
A type alias for builders that create Int validation rules.
A type alias for validation rules that operate on Long values.
A type alias for builders that create Long validation rules.
A type alias for validation rules that operate on any object type.
A type alias for builders that create object validation rules.
A type alias for validation rules that operate on optional (nullable) values.
A type alias for builders that create optional validation rules.
A type alias for validation rules that operate on String values.
A type alias for builders that create String validation rules.
Functions
A rule that tests the boolean value.
A rule that tests the collection value.
A rule that tests the double value.
Creates a validation rule chain for applying rules to each element of the array.
Creates a validation rule chain for applying rules to each element of the collection.
Validates that the boolean value is false
.
Validates that the boolean value is false
.
Validates that the boolean value is true
.
Validates that the string matches the pattern.
Validates that the string value is not blank.
Validates that the array is not empty.
Validates that the string value is not empty.
Validates that the collection is not empty.
Validates that the double value is not NaN
.
Validates that the float value is not NaN
.
Validates that the optional value is not null
.
A rule that tests the object value.
Validates that the string matches the pattern.
A rule that tests the string value.
Validates that the boolean value is true
.