Uses of Class
org.cyclonedx.model.ExternalReference
-
-
Uses of ExternalReference in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type ExternalReference Modifier and Type Field Description private java.util.List<ExternalReference>Bom. externalReferencesprivate java.util.List<ExternalReference>Component. externalReferencesprivate java.util.List<ExternalReference>Service. externalReferencesprivate java.util.List<ExternalReference>Tool. externalReferencesDeprecated.Methods in org.cyclonedx.model that return types with arguments of type ExternalReference Modifier and Type Method Description java.util.List<ExternalReference>Bom. getExternalReferences()java.util.List<ExternalReference>Component. getExternalReferences()java.util.List<ExternalReference>Service. getExternalReferences()java.util.List<ExternalReference>Tool. getExternalReferences()Deprecated.Methods in org.cyclonedx.model with parameters of type ExternalReference Modifier and Type Method Description voidBom. addExternalReference(ExternalReference externalReference)voidComponent. addExternalReference(ExternalReference externalReference)voidService. addExternalReference(ExternalReference externalReference)Method parameters in org.cyclonedx.model with type arguments of type ExternalReference Modifier and Type Method Description voidBom. setExternalReferences(java.util.List<ExternalReference> externalReferences)voidComponent. setExternalReferences(java.util.List<ExternalReference> externalReferences)voidService. setExternalReferences(java.util.List<ExternalReference> externalReferences)voidTool. setExternalReferences(java.util.List<ExternalReference> externalReferences)Deprecated. -
Uses of ExternalReference in org.cyclonedx.model.attestation
Fields in org.cyclonedx.model.attestation with type parameters of type ExternalReference Modifier and Type Field Description private java.util.List<ExternalReference>Claim. externalReferencesMethods in org.cyclonedx.model.attestation that return types with arguments of type ExternalReference Modifier and Type Method Description java.util.List<ExternalReference>Claim. getExternalReferences()Method parameters in org.cyclonedx.model.attestation with type arguments of type ExternalReference Modifier and Type Method Description voidClaim. setExternalReferences(java.util.List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.attestation.affirmation
Fields in org.cyclonedx.model.attestation.affirmation declared as ExternalReference Modifier and Type Field Description private ExternalReferenceSignatory. externalReferenceMethods in org.cyclonedx.model.attestation.affirmation that return ExternalReference Modifier and Type Method Description ExternalReferenceSignatory. getExternalReference()Methods in org.cyclonedx.model.attestation.affirmation with parameters of type ExternalReference Modifier and Type Method Description voidSignatory. 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 ExternalReference Modifier and Type Field Description private java.util.List<ExternalReference>EnergyProvider. externalReferencesMethods in org.cyclonedx.model.component.modelCard.consideration.consumption.energy that return types with arguments of type ExternalReference Modifier and Type Method Description java.util.List<ExternalReference>EnergyProvider. getExternalReferences()Method parameters in org.cyclonedx.model.component.modelCard.consideration.consumption.energy with type arguments of type ExternalReference Modifier and Type Method Description voidEnergyProvider. setExternalReferences(java.util.List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.definition
Fields in org.cyclonedx.model.definition with type parameters of type ExternalReference Modifier and Type Field Description private java.util.List<ExternalReference>Requirement. externalReferencesprivate java.util.List<ExternalReference>Standard. externalReferencesMethods in org.cyclonedx.model.definition that return types with arguments of type ExternalReference Modifier and Type Method Description java.util.List<ExternalReference>Requirement. getExternalReferences()java.util.List<ExternalReference>Standard. getExternalReferences()Method parameters in org.cyclonedx.model.definition with type arguments of type ExternalReference Modifier and Type Method Description voidRequirement. setExternalReferences(java.util.List<ExternalReference> externalReferences)voidStandard. setExternalReferences(java.util.List<ExternalReference> externalReferences) -
Uses of ExternalReference in org.cyclonedx.model.formulation.common
Fields in org.cyclonedx.model.formulation.common declared as ExternalReference Modifier and Type Field Description private ExternalReferenceResourceReferenceChoice. externalReferenceMethods in org.cyclonedx.model.formulation.common that return ExternalReference Modifier and Type Method Description ExternalReferenceResourceReferenceChoice. getExternalReference()Methods in org.cyclonedx.model.formulation.common with parameters of type ExternalReference Modifier and Type Method Description voidResourceReferenceChoice. setExternalReference(ExternalReference externalReference) -
Uses of ExternalReference in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return ExternalReference Modifier and Type Method Description private 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 ExternalReference Modifier and Type Method Description java.util.List<ExternalReference>ExternalReferencesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)private java.util.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 ExternalReference Modifier and Type Method Description java.lang.Class<ExternalReference>ExternalReferenceSerializer. handledType()Methods in org.cyclonedx.util.serializer with parameters of type ExternalReference Modifier and Type Method Description voidExternalReferenceSerializer. 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 ExternalReference Constructor Description ExternalReferenceSerializer(java.lang.Class<ExternalReference> t, Version version)
-