| Package | Description |
|---|---|
| org.cyclonedx.model | |
| org.cyclonedx.util |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
Dependency.getDependencies() |
List<Dependency> |
Bom.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addDependency(Dependency dependency) |
void |
Bom.addDependency(Dependency dependency) |
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.setDependencies(List<Dependency> dependencies) |
void |
Bom.setDependencies(List<Dependency> dependencies) |
| Constructor and Description |
|---|
DependencyList(List<Dependency> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DependencyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2017–2022 OWASP Foundation. All rights reserved.