Package io.helidon.microprofile.openapi
Class OpenApiCdiExtension
- java.lang.Object
-
- io.helidon.microprofile.openapi.OpenApiCdiExtension
-
-
Constructor Summary
Constructors Constructor Description OpenApiCdiExtension()
Creates a new instance of the index builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.IndexView
indexView()
Reports anIndexView
for the Jandex index that describes annotated classes for endpoints.
-
-
-
Constructor Detail
-
OpenApiCdiExtension
public OpenApiCdiExtension() throws IOException
Creates a new instance of the index builder.- Throws:
IOException
- in case of error checking for the Jandex index files
-
-