Interface ApiVendorExtensionStrategy

All Known Implementing Classes:
ConfigApiVendorExtensionStrategy, DefaultApiVendorExtensionStrategy, SecurityApiVendorExtensionStrategy, ServerApiVendorExtensionStrategy

public interface ApiVendorExtensionStrategy
Interface for strategies used for generating Swagger vendor extensions structure.

It uses config prefix to read proper properties from project.properties.

  • Method Summary

    Modifier and Type
    Method
    Description
    List<springfox.documentation.service.VendorExtension>
    Provides a list of vendor extensions for the API based on the configuration prefix.
  • Method Details

    • getVendorExtensions

      List<springfox.documentation.service.VendorExtension> getVendorExtensions(String configPrefix)
      Provides a list of vendor extensions for the API based on the configuration prefix.
      Parameters:
      configPrefix - configuration prefix
      Returns:
      list of vendor extension