Interface CatalogAccessor

All Superinterfaces:
Catalog, Collection<Catalog.Card>, Iterable<Catalog.Card>

@NonExtendable public interface CatalogAccessor extends Catalog
Generation time accessor to the snippets of a catalog.
Since:
5.2.416
  • Method Details

    • getSnippets

      @ApiDoc(comment="Provides a list of snippets corresponding to the entries of the original catalog component.", since="5.2.416") @NotNull @NotNull List<DataSnippet> getSnippets()
      Provides a list of snippets corresponding to the entries of the original catalog component.
      Returns:
      A list of Snippets.
      Since:
      5.2.416