TYPE - The type which can be validatedHasNoArgConstructor.ValidatorImpl, Matches.ValidatorImpl, MaxLength.ValidatorImpl, MinLength.ValidatorImpl, NotEmpty.ValidatorImpl, NotNull.ValidatorImpl, Nullable.ValidatorImpl, OfLength.ValidatorImplpublic interface Validator<TYPE>
NotNull validator in combination.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
validate(TYPE obj) |
Validates passed in instance.
|
default boolean |
validate(TYPE[] obj) |
Copyright © 2023–2024 Holisticon AG. All rights reserved.