Package com.adobe.aemds.guide.service
Interface CoreComponentCustomPropertiesProvider
-
@ProviderType public interface CoreComponentCustomPropertiesProvider
Interface for providing custom properties for core components based on feature toggles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getProperties()
Retrieves a map of custom properties.
-
-
-
Method Detail
-
getProperties
java.util.Map<java.lang.String,java.lang.Object> getProperties() throws GuideException
Retrieves a map of custom properties.- Returns:
- A map of property names to their respective values.
- Throws:
GuideException
- if there is an error during retrieval.
-
-