Class ConfigApiVendorExtensionStrategy
java.lang.Object
de.hybris.platform.webservicescommons.swagger.strategies.ConfigApiVendorExtensionStrategy
- All Implemented Interfaces:
ApiVendorExtensionStrategy
- Direct Known Subclasses:
DefaultApiVendorExtensionStrategy,SecurityApiVendorExtensionStrategy,ServerApiVendorExtensionStrategy
public abstract class ConfigApiVendorExtensionStrategy
extends Object
implements ApiVendorExtensionStrategy
Base vendor extensions strategy which allows to get extension values from the property configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]getConfigArray(String configPrefix, String... relativeConfigKeys) protected StringgetConfigKey(String configPrefix, String... relativeConfigKeys) protected StringgetConfigValue(String configPrefix, String... relativeConfigKeys) voidsetConfigurationService(ConfigurationService configurationService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.webservicescommons.swagger.strategies.ApiVendorExtensionStrategy
getVendorExtensions
-
Field Details
-
CONFIG_DELIMITER
- See Also:
-
CONFIG_ARRAY_DELIMITER
- See Also:
-
-
Constructor Details
-
ConfigApiVendorExtensionStrategy
public ConfigApiVendorExtensionStrategy()
-
-
Method Details
-
getConfigKey
-
getConfigValue
-
getConfigArray
-
setConfigurationService
-