CatalogBuilder.setEntityDataParser()
Home > @backstage/plugin-catalog-backend
> CatalogBuilder
> setEntityDataParser
Sets up the catalog to use a custom parser for entity data.
This is the function that gets called immediately after some raw entity specification data has been read from a remote source, and needs to be parsed and emitted as structured data.
Signature:
setEntityDataParser(parser: CatalogProcessorParser): CatalogBuilder;
Parameters
Parameter |
Type |
Description |
---|---|---|
parser |
The custom parser |