A B C D E F I M O S U W 

A

addOperationServer(String, String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Adds an operation server for a given operation ID.
addPathServer(String, String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Adds a path server for a given path.

B

build() - Method in class io.helidon.openapi.OpenAPISupport.Builder
 
builder() - Static method in class io.helidon.openapi.OpenAPISupport
Creates a new OpenAPISupport.Builder for OpenAPISupport using defaults.

C

config(Config) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Set various builder attributes from the specified Config object.
create() - Static method in class io.helidon.openapi.OpenAPISupport
Creates a new OpenAPISupport instance using defaults.
create(Config) - Static method in class io.helidon.openapi.OpenAPISupport
Creates a new OpenAPISupport instance using the '' portion of the provided Config object.

D

DEFAULT_RESPONSE_MEDIA_TYPE - Static variable in class io.helidon.openapi.OpenAPISupport
Default media type used in responses in absence of incoming Accept header.
DEFAULT_WEB_CONTEXT - Static variable in class io.helidon.openapi.OpenAPISupport
Default path for serving the OpenAPI document.

E

enableAnnotationProcessing(boolean) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Sets whether annotation processing for OpenAPI annotations should be enabled.

F

filter(String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Set the app-provided OpenAPI model filter class.

I

io.helidon.openapi - package io.helidon.openapi
Helidon SE OpenAPI Support.

M

modelReader(String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Sets the app-provided model reader class.

O

OpenAPISupport - Class in io.helidon.openapi
Provides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the application.
OpenAPISupport.Builder - Class in io.helidon.openapi
Fluent API builder for OpenAPISupport.

S

servers(String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Sets the servers which offer the endpoints in the OpenAPI document.
staticFile(String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Sets the location of the static OpenAPI document file.

U

update(Routing.Rules) - Method in class io.helidon.openapi.OpenAPISupport
 

W

webContext(String) - Method in class io.helidon.openapi.OpenAPISupport.Builder
Path under which to register OpenAPI endpoint on the web server.
A B C D E F I M O S U W 
Skip navigation links

Copyright © 2018–2019 Oracle Corporation. All rights reserved.