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