Package io.helidon.microprofile.openapi
Class OpenAPIMpService
- java.lang.Object
-
- io.helidon.microprofile.openapi.OpenAPIMpService
-
-
Constructor Summary
Constructors Constructor Description OpenAPIMpService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(MpServiceContext context)
Allow the service to add configuration through the context.
-
-
-
Method Detail
-
configure
public void configure(MpServiceContext context)
Description copied from interface:MpService
Allow the service to add configuration through the context.
-
-