Uses of Class
org.eclipse.microprofile.openapi.annotations.media.DependentRequired
-
Packages that use DependentRequired Package Description org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples. -
-
Uses of DependentRequired in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return DependentRequired Modifier and Type Method Description DependentRequired[]
dependentRequired()
Specifies that certain properties must be present if other properties are present.DependentRequired[]
dependentRequired()
Specifies that certain properties must be present if other properties are present.
-