Uses of Class
org.cyclonedx.model.ExternalReference
Packages that use ExternalReference
Package
Description
-
Uses of ExternalReference in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type ExternalReferenceModifier and TypeFieldDescriptionprivate List<ExternalReference> private List<ExternalReference> Component.externalReferencesprivate List<ExternalReference> Service.externalReferencesprivate List<ExternalReference> Tool.externalReferencesDeprecated.Methods in org.cyclonedx.model that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionBom.getExternalReferences()Component.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) voidService.setExternalReferences(List<ExternalReference> externalReferences) voidTool.setExternalReferences(List<ExternalReference> externalReferences) Deprecated. -
Uses of ExternalReference in org.cyclonedx.model.attestation
Fields in org.cyclonedx.model.attestation with type parameters of type ExternalReferenceMethods 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
Fields in org.cyclonedx.model.attestation.affirmation declared as ExternalReferenceMethods 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
Fields in org.cyclonedx.model.component.modelCard.consideration.consumption.energy with type parameters of type ExternalReferenceModifier and TypeFieldDescriptionprivate List<ExternalReference> EnergyProvider.externalReferencesMethods 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
Fields in org.cyclonedx.model.definition with type parameters of type ExternalReferenceModifier and TypeFieldDescriptionprivate List<ExternalReference> Requirement.externalReferencesprivate List<ExternalReference> Standard.externalReferencesMethods 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
Fields in org.cyclonedx.model.formulation.common declared as ExternalReferenceModifier and TypeFieldDescriptionprivate ExternalReferenceResourceReferenceChoice.externalReferenceMethods 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
Methods in org.cyclonedx.util.deserializer that return ExternalReferenceModifier and TypeMethodDescriptionprivate ExternalReferenceExternalReferencesDeserializer.parseExternalReference(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods 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) private List<ExternalReference> ExternalReferencesDeserializer.parseExternalReferences(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of ExternalReference in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer that return types with arguments of type ExternalReferenceMethods 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) private voidExternalReferenceSerializer.serializeJson(com.fasterxml.jackson.core.JsonGenerator gen, ExternalReference extRef) private voidExternalReferenceSerializer.serializeXml(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator toXmlGenerator, ExternalReference extRef) Constructor parameters in org.cyclonedx.util.serializer with type arguments of type ExternalReferenceModifierConstructorDescriptionExternalReferenceSerializer(Class<ExternalReference> t, Version version)