| Package | Description |
|---|---|
| io.swagger.v3.oas.models.media |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.exclusiveMaximum(Boolean exclusiveMaximum) |
Boolean |
Schema.getExclusiveMaximum()
returns the exclusiveMaximum property from a Schema instance for OpenAPI 3.0.x
|
Boolean |
Schema.getNullable()
returns the nullable property from a Schema instance.
|
Schema |
Schema.nullable(Boolean nullable) |
void |
Schema.setExclusiveMaximum(Boolean exclusiveMaximum) |
void |
Schema.setNullable(Boolean nullable) |
Copyright © 2022. All rights reserved.