Uses of Class
io.swagger.v3.oas.models.annotations.OpenAPI30
-
Packages that use OpenAPI30 Package Description io.swagger.v3.oas.models.media -
-
Uses of OpenAPI30 in io.swagger.v3.oas.models.media
Methods in io.swagger.v3.oas.models.media with annotations of type OpenAPI30 Modifier and Type Method Description SchemaSchema. exclusiveMaximum(Boolean exclusiveMaximum)BooleanSchema. getExclusiveMaximum()returns the exclusiveMaximum property from a Schema instance for OpenAPI 3.0.xBooleanSchema. getNullable()returns the nullable property from a Schema instance.SchemaSchema. nullable(Boolean nullable)voidSchema. setExclusiveMaximum(Boolean exclusiveMaximum)voidSchema. setNullable(Boolean nullable)
-