Uses of Interface
io.helidon.openapi.v30.OpenApi3xMapperRules
Packages that use OpenApi3xMapperRules
-
Uses of OpenApi3xMapperRules in io.helidon.openapi.v30
Classes in io.helidon.openapi.v30 with type parameters of type OpenApi3xMapperRulesModifier and TypeClassDescriptionstatic classOpenApi3xMapperRules.BuilderBase<BUILDER extends OpenApi3xMapperRules.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends OpenApi3xMapperRules>Fluent API builder base forOpenApi3xMapperRules.Classes in io.helidon.openapi.v30 that implement OpenApi3xMapperRulesModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type OpenApi3xMapperRules in io.helidon.openapi.v30Classes in io.helidon.openapi.v30 that implement interfaces with type arguments of type OpenApi3xMapperRulesMethods in io.helidon.openapi.v30 that return OpenApi3xMapperRulesModifier and TypeMethodDescriptionOpenApi3xMapperRules.Builder.build()Create an instance from this builder.OpenApi3xMapperRules.Builder.buildPrototype()Create an instance of the prototype.Methods in io.helidon.openapi.v30 with parameters of type OpenApi3xMapperRulesModifier and TypeMethodDescriptionstatic OpenApi3xMapperRules.BuilderOpenApi3xMapperRules.builder(OpenApi3xMapperRules instance) Create a new fluent API builder from an existing instance.OpenApiDocumentMapperSupport.document3x(Map<String, ?> source, OpenApi3xMapperRules rules) Filter and normalize an OpenAPI 3.x document using version-specific field rules.OpenApi3xMapperRules.BuilderBase.from(OpenApi3xMapperRules prototype) Update this builder from an existing prototype instance.static voidOpenApiDocumentMapperSupport.validateDocumentStructure(Map<String, ?> document, OpenApi3xMapperRules rules) Validate the structure of an OpenAPI 3.x document.static voidOpenApiDocumentMapperSupport.validateMediaTypes(Map<String, Object> document, OpenApi3xMapperRules rules) Validate media types in a projected OpenAPI 3.x document.static voidOpenApiDocumentMapperSupport.validateQueryStringParameters(Map<String, Object> document, OpenApi3xMapperRules rules) Validate querystring parameters in a projected OpenAPI 3.x document.static voidOpenApiDocumentMapperSupport.validateSchemas(Map<String, ?> document, OpenApi3xMapperRules rules) Validate schemas in an OpenAPI 3.x document.static voidOpenApiDocumentMapperSupport.validateSecurityRequirementNames(Map<String, ?> document, OpenApi3xMapperRules rules) Validate Security Requirement Object names in an OpenAPI 3.x document.