Class DefaultApiVendorExtensionService

    • Constructor Detail

      • DefaultApiVendorExtensionService

        public DefaultApiVendorExtensionService()
    • Method Detail

      • getAllVendorExtensions

        public java.util.List<springfox.documentation.service.VendorExtension> getAllVendorExtensions​(java.lang.String configPrefix)
        Description copied from interface: ApiVendorExtensionService
        Provides a list of vendor extensions, that are specified by given config prefix
        Specified by:
        getAllVendorExtensions in interface ApiVendorExtensionService
        Parameters:
        configPrefix - configuration prefix for selecting vendor extensions
        Returns:
        list of vendor extensions
      • setVendorExtensionStrategyList

        public void setVendorExtensionStrategyList​(java.util.List<ApiVendorExtensionStrategy> vendorExtensionStrategyList)