| Modifier and Type | Method and Description |
|---|---|
static APIValidationContext |
APIValidationContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIValidationContext[] |
APIValidationContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
APISummary |
APIGenerator.info(String specification,
APIValidationContext validation) |
| Modifier and Type | Method and Description |
|---|---|
APISummary |
OpenApiGenerator.info(String specification,
APIValidationContext validation) |
| Constructor and Description |
|---|
OpenApiValidationRules(APIValidationContext context,
List<Function<OpenApiModelInfo,OpenApiModelInfo>> consumerRules,
List<Function<OpenApiModelInfo,OpenApiModelInfo>> providerRules)
Constructor initializes rules based on given validation context and specific rules for consumer and producer APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenApiModelInfo |
OpenApiModelParser.parse(String specification,
APIValidationContext validationContext) |
| Modifier and Type | Method and Description |
|---|---|
static Oas20ValidationRules |
Oas20ValidationRules.get(APIValidationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Oas30ValidationRules |
Oas30ValidationRules.get(APIValidationContext context) |
Copyright © 2016–2021 Red Hat. All rights reserved.