protected static class AbstractJsonSchema.SchemaPropsOptions extends Object
| Constructor and Description |
|---|
SchemaPropsOptions(String defaultValue,
Double min,
Double max,
String pattern,
boolean nullable,
boolean required,
boolean preserveUnknownFields) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDefault() |
Optional<Double> |
getMax() |
Optional<Double> |
getMin() |
Optional<String> |
getPattern() |
boolean |
getRequired() |
boolean |
isNullable() |
boolean |
isPreserveUnknownFields() |
Copyright © 2015–2023 Red Hat. All rights reserved.