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 ofOpenApiUi
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
builder()
-