All Classes and Interfaces

Classes
Class
Description
The abstract base for a builder of AbstractValidator for Map values.
Validator validating that a given value is contained in a given Range.
Validator validating that a given value has a size or length that is contained in a given Range.
Validator builder for container values such as Collection.
NlsBundle for this module.
This is the base class to create instances of AbstractValidator using the builder pattern.
This is the interface for instances of ObjectValidatorBuilder.
Implementation of ObjectValidatorBuilderFactory without parent.
The builder of AbstractValidator for Double values.
The Validator builder for Double values.
The Validator builder for Float values.
The Validator builder for Integer values.
The Validator builder for Long values.
The Validator builder for Short values.
Validator builder for date and time values.
Validator validating that the length of a given CharSequence is within a predefined Range.
Validator validating all elements of a given Collection satisfy the given validators.
Validator validating that the size of a given Collection is within a predefined Range.
Validator validating that a value satisfies a given CompareOperator -operation for given value to compare to.
Validator validating that a given CharSequence is a valid email address (RFC822).
Validator validating that a given CharSequence is a valid email address specification (a raw email without display name, comments, etc.).
Validator validating that a given CharSequence is a valid host or domain.
Validator validating that a given CharSequence is a valid email address.
Implementation of ValidatorTemporalAfter for Instant.
Implementation of ValidatorTemporalBefore for Instant.
Implementation of ValidatorTemporalFuture for Instant.
Implementation of ValidatorTemporalPast for Instant.
Validator validating that a given CharSequence is a valid IP address.
Validator validating that a given CharSequence is a valid IPv4-address.
Validator validating that a given CharSequence is a valid IPv6 address.
Implementation of ValidatorTemporalAfter for LocalDate.
Implementation of ValidatorTemporalBefore for LocalDate.
Implementation of ValidatorTemporalFuture for LocalDate.
Implementation of ValidatorTemporalPast for LocalDate.
Implementation of ValidatorTemporalAfter for LocalDateTime.
Implementation of ValidatorTemporalBefore for LocalDateTime.
Implementation of ValidatorTemporalFuture for LocalDateTime.
Implementation of ValidatorTemporalPast for LocalDateTime.
Implementation of ValidatorTemporalAfter for LocalTime.
Implementation of ValidatorTemporalBefore for LocalTime.
Implementation of ValidatorTemporalFuture for LocalTime.
Implementation of ValidatorTemporalPast for LocalTime.
Validator validating that a mandatory value is filled.
Validator validating all keys of a given Map using the given validators.
Validator validating that the size of a given Map is within a predefined Range.
Validator validating all values of a given Map using the given validators.
Implementation of ValidatorTemporalAfter for OffsetDateTime.
Implementation of ValidatorTemporalPast for OffsetDateTime.
Implementation of ValidatorTemporalAfter for OffsetTime.
Implementation of ValidatorTemporalBefore for OffsetTime.
Implementation of ValidatorTemporalFuture for OffsetTime.
Implementation of ValidatorTemporalPast for OffsetTime.
Validator validating that a given CharSequence matches a given Pattern.
Validator validating that a given CharSequence matches a given Pattern.
Validator validating that the length of a given pattern is within a predefined Range.
Validator validating that a given CharSequence is a valid email address.
Validator validating that a given value is within a specific Range.
Validator validating that a Temporal lies after a given value.
Validator validating that a Temporal lies before a given value.
Validator validating that a Temporal lies in the future.
Validator validating that a Temporal lies in the past.
Validator validating that a given CharSequence is a valid URL.
Implementation of ValidatorTemporalAfter for ZonedDateTime.
Implementation of ValidatorTemporalBefore for ZonedDateTime.
Implementation of ValidatorTemporalPast for OffsetDateTime.