Uses of Class
org.cyclonedx.model.metadata.ToolInformation
Packages that use ToolInformation
-
Uses of ToolInformation in org.cyclonedx.model
Fields in org.cyclonedx.model declared as ToolInformationMethods in org.cyclonedx.model that return ToolInformationMethods in org.cyclonedx.model with parameters of type ToolInformation -
Uses of ToolInformation in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer with parameters of type ToolInformationModifier and TypeMethodDescriptionprivate voidMetadataDeserializer.parseComponents(com.fasterxml.jackson.databind.JsonNode componentsNode, ToolInformation toolInformation, com.fasterxml.jackson.databind.ObjectMapper mapper) private voidMetadataDeserializer.parseServices(com.fasterxml.jackson.databind.JsonNode servicesNode, ToolInformation toolInformation, com.fasterxml.jackson.databind.ObjectMapper mapper)