Interface Separator
-
- All Superinterfaces:
Component,ComponentExporter
@ConsumerType public interface Separator extends Component
Defines theSeparatorSling Model used for the/apps/core/wcm/components/separatorcomponent.- Since:
- com.adobe.cq.wcm.core.components.models 12.7.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NotNull java.lang.StringgetExportedType()Returns the type of the resource for which the export is performed.
-
-
-
Method Detail
-
getExportedType
@NotNull default @NotNull java.lang.String getExportedType()
Description copied from interface:ComponentExporterReturns the type of the resource for which the export is performed.
NOTE: methods whose JSON serialization would lead to the same JSON property name (":type") will not be serialized.
- Specified by:
getExportedTypein interfaceComponent- Specified by:
getExportedTypein interfaceComponentExporter- Returns:
- the type of the component
- Since:
- com.adobe.cq.wcm.core.components.models 12.7.0
- See Also:
ComponentExporter.getExportedType()
-
-