Uses of Class
org.cyclonedx.model.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type DependencyMethods in org.cyclonedx.model that return types with arguments of type DependencyMethods in org.cyclonedx.model with parameters of type DependencyModifier and TypeMethodDescriptionvoidBom.addDependency(Dependency dependency) voidDependency.addDependency(Dependency dependency) Method parameters in org.cyclonedx.model with type arguments of type DependencyModifier and TypeMethodDescriptionvoidBom.setDependencies(List<Dependency> dependencies) voidDependency.setDependencies(List<Dependency> dependencies) Constructor parameters in org.cyclonedx.model with type arguments of type Dependency -
Uses of Dependency in org.cyclonedx.model.formulation
Methods in org.cyclonedx.model.formulation that return types with arguments of type DependencyModifier and TypeMethodDescriptionFormulationCommon.getRuntimeTopology()FormulationCommon.getTaskDependencies()Method parameters in org.cyclonedx.model.formulation with type arguments of type DependencyModifier and TypeMethodDescriptionvoidFormulationCommon.setRuntimeTopology(List<Dependency> runtimeTopology) voidFormulationCommon.setTaskDependencies(List<Dependency> taskDependencies) -
Uses of Dependency in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyDeserializer.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 DependencyModifier and TypeMethodDescriptionprivate voidDependencySerializer.writeXMLDependency(Dependency dependency, com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator generator) Method parameters in org.cyclonedx.util.serializer with type arguments of type DependencyModifier and TypeMethodDescriptionprivate voidDependencySerializer.writeJSONDependenciesWithGenerator(com.fasterxml.jackson.core.JsonGenerator generator, List<Dependency> dependencies) private voidDependencySerializer.writeXMLDependenciesWithGenerator(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, List<Dependency> dependencies)