Uses of Class
org.cyclonedx.model.component.evidence.Occurrence
-
Packages that use Occurrence Package Description org.cyclonedx.model -
-
Uses of Occurrence in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Occurrence Modifier and Type Field Description private java.util.List<Occurrence>Evidence. occurrencesMethods in org.cyclonedx.model that return types with arguments of type Occurrence Modifier and Type Method Description java.util.List<Occurrence>Evidence. getOccurrences()Method parameters in org.cyclonedx.model with type arguments of type Occurrence Modifier and Type Method Description voidEvidence. setOccurrences(java.util.List<Occurrence> occurrences)
-