| Modifier and Type | Class | Description |
|---|---|---|
interface |
HasNoArgConstructor |
Meta annotation to declare validators via annotation.
|
interface |
Matches |
|
interface |
MaxLength |
Checks if string has maximal length.
|
interface |
MinLength |
Checks if string has mininmal length.
|
interface |
NotEmpty |
Validates String to be not empty.
|
interface |
NotNull |
Validates if values isn't null.
|
interface |
Nullable |
Needed to overrule
NotNull annotations on method or enclosing interfaces/types. |
interface |
OfLength |
Checks if string has specific length.
|
Copyright © 2023–2024 Holisticon AG. All rights reserved.