Package io.quarkus.domino.manifest
Interface SbomTransformContext
public interface SbomTransformContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.cyclonedx.model.BomThe original BOM instance to be transformed
-
Method Details
-
getOriginalBom
org.cyclonedx.model.Bom getOriginalBom()The original BOM instance to be transformed- Returns:
- the original BOM instance to be transformed
-