Uses of Class
org.cyclonedx.model.Component
Packages that use Component
Package
Description
-
Uses of Component in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type ComponentMethods in org.cyclonedx.model that return ComponentMethods in org.cyclonedx.model that return types with arguments of type ComponentModifier and TypeMethodDescriptionBom.getComponents()Component.getComponents()ComponentWrapper.getComponents()Methods in org.cyclonedx.model with parameters of type ComponentModifier and TypeMethodDescriptionvoidBom.addComponent(Component component) voidComponent.addComponent(Component component) voidComponentWrapper.addComponent(Component component) voidAnnotator.setComponent(Component component) voidMetadata.setComponent(Component component) Method parameters in org.cyclonedx.model with type arguments of type ComponentModifier and TypeMethodDescriptionvoidBom.setComponents(List<Component> components) voidComponent.setComponents(List<Component> components) voidComponentWrapper.setComponents(List<Component> components) -
Uses of Component in org.cyclonedx.model.attestation
Methods in org.cyclonedx.model.attestation that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.attestation with type arguments of type Component -
Uses of Component in org.cyclonedx.model.formulation
Methods in org.cyclonedx.model.formulation that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.formulation with type arguments of type Component -
Uses of Component in org.cyclonedx.model.metadata
Methods in org.cyclonedx.model.metadata that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.metadata with type arguments of type Component -
Uses of Component in org.cyclonedx.util.deserializer
Subclasses with type arguments of type Component in org.cyclonedx.util.deserializerModifier and TypeClassDescriptionclassCustom deserializer for List<Component> that handles XML parsing issues where single nested components might be represented as objects instead of arrays.Methods in org.cyclonedx.util.deserializer that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)