- validateConsumedAuthTypes(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
Check if all operations contains valid authentication types for consumed
APIs.
- validateCyclicReferences(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
- validateJSonSchema(JsonNode, OpenApiModelInfo.Builder) - Method in interface io.syndesis.server.api.generator.openapi.OpenApiSchemaValidator
-
Validates given specification Json and add validation errors and warnings to given open api info model builder.
- validateOperationsGiven(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
- validateProvidedAuthTypes(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
Check if all operations contains valid authentication types for provided
APIs.
- validateRequestResponseBodySchemas(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
Check if a request/response JSON schema is present
- validateRequestSchema(String, String, OasOperation) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
- validateRequestSchema(String, String, OasOperation) - Method in class io.syndesis.server.api.generator.openapi.v2.Oas20ValidationRules
-
- validateRequestSchema(String, String, OasOperation) - Method in class io.syndesis.server.api.generator.openapi.v3.Oas30ValidationRules
-
- validateUniqueOperationIds(OpenApiModelInfo) - Method in class io.syndesis.server.api.generator.openapi.OpenApiValidationRules
-
- valueOf(String) - Static method in enum io.syndesis.server.api.generator.APIValidationContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.syndesis.server.api.generator.openapi.OpenApiSecurityScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.syndesis.server.api.generator.openapi.OpenApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.syndesis.server.api.generator.openapi.SupportedAuthenticationTypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.syndesis.server.api.generator.APIValidationContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.syndesis.server.api.generator.openapi.OpenApiSecurityScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.syndesis.server.api.generator.openapi.OpenApiVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.syndesis.server.api.generator.openapi.SupportedAuthenticationTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.