Uses of Class
org.cyclonedx.model.ExternalReference
Packages that use ExternalReference
Package
Description
-
Uses of ExternalReference in org.cyclonedx.model
Methods in org.cyclonedx.model that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionBom.getExternalReferences()Component.getExternalReferences()Patent.getExternalReferences()PatentFamily.getExternalReferences()Service.getExternalReferences()Tool.getExternalReferences()Deprecated.Methods in org.cyclonedx.model with parameters of type ExternalReferenceModifier and TypeMethodDescriptionvoidBom.addExternalReference(ExternalReference externalReference) voidComponent.addExternalReference(ExternalReference externalReference) voidService.addExternalReference(ExternalReference externalReference) Method parameters in org.cyclonedx.model with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionvoidBom.setExternalReferences(List<ExternalReference> externalReferences) voidComponent.setExternalReferences(List<ExternalReference> externalReferences) voidPatent.setExternalReferences(List<ExternalReference> externalReferences) voidPatentFamily.setExternalReferences(List<ExternalReference> externalReferences) voidService.setExternalReferences(List<ExternalReference> externalReferences) voidTool.setExternalReferences(List<ExternalReference> externalReferences) Deprecated. -
Uses of ExternalReference in org.cyclonedx.model.attestation
Methods in org.cyclonedx.model.attestation that return types with arguments of type ExternalReferenceMethod parameters in org.cyclonedx.model.attestation with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionvoidClaim.setExternalReferences(List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.attestation.affirmation
Methods in org.cyclonedx.model.attestation.affirmation that return ExternalReferenceMethods in org.cyclonedx.model.attestation.affirmation with parameters of type ExternalReferenceModifier and TypeMethodDescriptionvoidSignatory.setExternalReference(ExternalReference externalReference) voidSignatory.setExternalReferenceAndOrganization(ExternalReference externalReference, OrganizationalEntity organization) -
Uses of ExternalReference in org.cyclonedx.model.component.modelCard.consideration.consumption.energy
Methods in org.cyclonedx.model.component.modelCard.consideration.consumption.energy that return types with arguments of type ExternalReferenceMethod parameters in org.cyclonedx.model.component.modelCard.consideration.consumption.energy with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionvoidEnergyProvider.setExternalReferences(List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.definition
Methods in org.cyclonedx.model.definition that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionRequirement.getExternalReferences()Standard.getExternalReferences()Method parameters in org.cyclonedx.model.definition with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionvoidRequirement.setExternalReferences(List<ExternalReference> externalReferences) voidStandard.setExternalReferences(List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.formulation.common
Methods in org.cyclonedx.model.formulation.common that return ExternalReferenceMethods in org.cyclonedx.model.formulation.common with parameters of type ExternalReferenceModifier and TypeMethodDescriptionvoidResourceReferenceChoice.setExternalReference(ExternalReference externalReference) -
Uses of ExternalReference in org.cyclonedx.util.deserializer
Subclasses with type arguments of type ExternalReference in org.cyclonedx.util.deserializerMethods in org.cyclonedx.util.deserializer that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionExternalReferencesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) -
Uses of ExternalReference in org.cyclonedx.util.serializer
Subclasses with type arguments of type ExternalReference in org.cyclonedx.util.serializerMethods in org.cyclonedx.util.serializer that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionstatic List<ExternalReference> SerializerUtils.filterExternalReferencesByVersion(List<ExternalReference> refs, Version version) Filters a list of ExternalReferences, removing entries whose Type has aVersionFilterabove the target version.ExternalReferenceSerializer.handledType()Methods in org.cyclonedx.util.serializer with parameters of type ExternalReferenceModifier and TypeMethodDescriptionvoidExternalReferenceSerializer.serialize(ExternalReference extRef, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Method parameters in org.cyclonedx.util.serializer with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionstatic List<ExternalReference> SerializerUtils.filterExternalReferencesByVersion(List<ExternalReference> refs, Version version) Filters a list of ExternalReferences, removing entries whose Type has aVersionFilterabove the target version.Constructor parameters in org.cyclonedx.util.serializer with type arguments of type ExternalReferenceModifierConstructorDescriptionExternalReferenceSerializer(Class<ExternalReference> t, Version version)