CatalogBuilder.getDefaultProcessors()
Home > @backstage/plugin-catalog-backend
> CatalogBuilder
> getDefaultProcessors
Returns the default list of entity processors. These are responsible for reading, parsing, and processing entities before they are persisted in the catalog. Changing the order of processing can give more control to custom processors.
Consider using with
Signature:
getDefaultProcessors(): CatalogProcessor[];
Returns: