| Package | Description |
|---|---|
| org.cyclonedx.model | |
| org.cyclonedx.model.formulation | |
| org.cyclonedx.util.deserializer |
| 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> |
FormulationCommon.getRuntimeTopology() |
List<Dependency> |
FormulationCommon.getTaskDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormulationCommon.setRuntimeTopology(List<Dependency> runtimeTopology) |
void |
FormulationCommon.setTaskDependencies(List<Dependency> taskDependencies) |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DependencyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.