Uses of Class
org.cyclonedx.model.metadata.ToolInformation
-
Packages that use ToolInformation Package Description org.cyclonedx.model org.cyclonedx.util.deserializer -
-
Uses of ToolInformation in org.cyclonedx.model
Fields in org.cyclonedx.model declared as ToolInformation Modifier and Type Field Description private ToolInformationMetadata. toolInformationMethods in org.cyclonedx.model that return ToolInformation Modifier and Type Method Description ToolInformationMetadata. getToolChoice()Methods in org.cyclonedx.model with parameters of type ToolInformation Modifier and Type Method Description voidMetadata. setToolChoice(ToolInformation toolInformation) -
Uses of ToolInformation in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer with parameters of type ToolInformation Modifier and Type Method Description private 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)
-