Interface ApiVendorExtensionService
-
- All Known Implementing Classes:
DefaultApiVendorExtensionService
public interface ApiVendorExtensionServiceService providing a list of vendor extensions for the web services API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<springfox.documentation.service.VendorExtension>getAllVendorExtensions(java.lang.String configPrefix)Provides a list of vendor extensions, that are specified by given config prefix
-
-
-
Method Detail
-
getAllVendorExtensions
java.util.List<springfox.documentation.service.VendorExtension> getAllVendorExtensions(java.lang.String configPrefix)
Provides a list of vendor extensions, that are specified by given config prefix- Parameters:
configPrefix- configuration prefix for selecting vendor extensions- Returns:
- list of vendor extensions
-
-