Uses of Class
org.cyclonedx.model.Dependency
-
Packages that use Dependency Package Description org.cyclonedx.model org.cyclonedx.model.formulation org.cyclonedx.util.deserializer org.cyclonedx.util.serializer -
-
Uses of Dependency in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>Dependency. dependenciesMethods in org.cyclonedx.model that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>Bom. getDependencies()java.util.List<Dependency>Dependency. getDependencies()Methods in org.cyclonedx.model with parameters of type Dependency Modifier and Type Method Description voidBom. addDependency(Dependency dependency)voidDependency. addDependency(Dependency dependency)Method parameters in org.cyclonedx.model with type arguments of type Dependency Modifier and Type Method Description voidBom. setDependencies(java.util.List<Dependency> dependencies)voidDependency. setDependencies(java.util.List<Dependency> dependencies)Constructor parameters in org.cyclonedx.model with type arguments of type Dependency Constructor Description DependencyList(java.util.List<Dependency> dependencies) -
Uses of Dependency in org.cyclonedx.model.formulation
Methods in org.cyclonedx.model.formulation that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>FormulationCommon. getRuntimeTopology()java.util.List<Dependency>FormulationCommon. getTaskDependencies()Method parameters in org.cyclonedx.model.formulation with type arguments of type Dependency Modifier and Type Method Description voidFormulationCommon. setRuntimeTopology(java.util.List<Dependency> runtimeTopology)voidFormulationCommon. setTaskDependencies(java.util.List<Dependency> taskDependencies) -
Uses of Dependency in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>DependencyDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) -
Uses of Dependency in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer with parameters of type Dependency Modifier and Type Method Description private voidDependencySerializer. writeXMLDependency(Dependency dependency, com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator generator)Method parameters in org.cyclonedx.util.serializer with type arguments of type Dependency Modifier and Type Method Description private voidDependencySerializer. writeJSONDependenciesWithGenerator(com.fasterxml.jackson.core.JsonGenerator generator, java.util.List<Dependency> dependencies)private voidDependencySerializer. writeXMLDependenciesWithGenerator(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, java.util.List<Dependency> dependencies)
-