Interface Separator

  • All Superinterfaces:
    Component, ComponentExporter

    @ConsumerType
    public interface Separator
    extends Component
    Defines the Separator Sling Model used for the /apps/core/wcm/components/separator component.
    Since:
    com.adobe.cq.wcm.core.components.models 12.7.0
    • Method Detail

      • getExportedType

        @NotNull
        default @NotNull java.lang.String getExportedType()
        Description copied from interface: ComponentExporter

        Returns 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:
        getExportedType in interface Component
        Specified by:
        getExportedType in interface ComponentExporter
        Returns:
        the type of the component
        Since:
        com.adobe.cq.wcm.core.components.models 12.7.0
        See Also:
        ComponentExporter.getExportedType()