Interface OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>

Type Parameters:
T - type of the OpenApiUi to 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 of OpenApiUi instances.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • builder

      B builder()
      Returns:
      a builder for the selected type of concrete OpenApiUi.