Module io.helidon.openapi
Package io.helidon.openapi
Interface OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>
-
- Type Parameters:
T- type of theOpenApiUito 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 ofOpenApiUiinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bbuilder()
-