Uses of Class
org.cyclonedx.model.AttachmentText
Packages that use AttachmentText
Package
Description
-
Uses of AttachmentText in org.cyclonedx.model
Methods in org.cyclonedx.model that return AttachmentTextModifier and TypeMethodDescriptionLicense.getAttachmentText()Swid.getAttachmentText()Diff.getText()ReleaseNotes.Notes.getText()Methods in org.cyclonedx.model with parameters of type AttachmentTextModifier and TypeMethodDescriptionvoidSwid.setAttachmentText(AttachmentText attachmentText) voidLicense.setLicenseText(AttachmentText attachmentText) voidDiff.setText(AttachmentText text) voidReleaseNotes.Notes.setText(AttachmentText text) -
Uses of AttachmentText in org.cyclonedx.model.attestation.evidence
Methods in org.cyclonedx.model.attestation.evidence that return AttachmentTextMethods in org.cyclonedx.model.attestation.evidence with parameters of type AttachmentText -
Uses of AttachmentText in org.cyclonedx.model.component.data
Methods in org.cyclonedx.model.component.data that return AttachmentTextMethods in org.cyclonedx.model.component.data with parameters of type AttachmentTextModifier and TypeMethodDescriptionvoidContent.setAttachment(AttachmentText attachment) voidGraphics.Graphic.setImage(AttachmentText image) -
Uses of AttachmentText in org.cyclonedx.model.formulation.common
Methods in org.cyclonedx.model.formulation.common that return AttachmentTextMethods in org.cyclonedx.model.formulation.common with parameters of type AttachmentText -
Uses of AttachmentText in org.cyclonedx.model.formulation.trigger
Methods in org.cyclonedx.model.formulation.trigger that return AttachmentTextMethods in org.cyclonedx.model.formulation.trigger with parameters of type AttachmentText -
Uses of AttachmentText in org.cyclonedx.model.vulnerability
Methods in org.cyclonedx.model.vulnerability that return types with arguments of type AttachmentTextMethod parameters in org.cyclonedx.model.vulnerability with type arguments of type AttachmentTextModifier and TypeMethodDescriptionvoidProofOfConcept.setSupportingMaterial(List<AttachmentText> supportingMaterial) -
Uses of AttachmentText in org.cyclonedx.util.deserializer
Subclasses with type arguments of type AttachmentText in org.cyclonedx.util.deserializerMethods in org.cyclonedx.util.deserializer that return AttachmentTextModifier and TypeMethodDescriptionAttachmentTextDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)