Interface SbomTransformer

All Known Implementing Classes:
PncSbomTransformer

public interface SbomTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.cyclonedx.model.Bom
    Allows implementing SBOM transformations, such as adjusting and augmenting component metadata.
  • Method Details

    • 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