Annotation Type DependentRequiredMap
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface DependentRequiredMap
Container for repeatableDependentRequired
annotation- Since:
- 2.2.12 / OpenAPI 3.1
- See Also:
DependentRequired
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DependentRequired[]
value
An array of DependentRequired annotations
-
-
-
Element Detail
-
value
DependentRequired[] value
An array of DependentRequired annotations- Returns:
- the array of the DependentRequired
- Default:
- {}
-
-