Module io.helidon.openapi
Package io.helidon.openapi
Interface OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>
- Type Parameters:
T
- type of theOpenApiUi
to be builtB
- type of the builder for T
- All Known Implementing Classes:
OpenApiUiFactoryFull
,OpenApiUiNoOpFactory
public interface OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>
Behavior for factories able to provide new builders of
OpenApiUi
instances.-
Method Summary