@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface FluentApiValidator
| Modifier and Type | Required Element | Description |
|---|---|---|
Class<? extends Validator<?>> |
value |
The validator to be applied.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
String[] |
attributeNamesToConstructorParameterMapping |
Used to map parameters to validator constructor.
|
Class<?>[] |
overwrites |
Must reference annotation types annotated with this meta annotation.
|
String[] attributeNamesToConstructorParameterMapping
Class<?>[] overwrites
Copyright © 2023–2024 Holisticon AG. All rights reserved.