Interface SbomTransformer

    • Method Detail

      • transform

        org.cyclonedx.model.Bom transform​(SbomTransformContext ctx)
        Allows implementing SBOM transformations, such as adjusting and augmenting component metadata.
        Parameters:
        ctx - transformation context that provides access to the original SBOM to be transformed
        Returns:
        transformed SBOM instance