Uses of Class
org.cyclonedx.model.AttachmentText
Packages that use AttachmentText
Package
Description
-
Uses of AttachmentText in org.cyclonedx.model
Fields in org.cyclonedx.model declared as AttachmentTextModifier and TypeFieldDescriptionprivate AttachmentTextLicense.attachmentTextprivate AttachmentTextSwid.attachmentTextprivate AttachmentTextDiff.textprivate AttachmentTextReleaseNotes.Notes.textMethods 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
Fields in org.cyclonedx.model.attestation.evidence declared as AttachmentTextMethods 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.modelCard.data
Fields in org.cyclonedx.model.component.modelCard.data declared as AttachmentTextModifier and TypeFieldDescriptionprivate AttachmentTextContent.attachmentprivate AttachmentTextGraphics.Graphic.imageMethods in org.cyclonedx.model.component.modelCard.data that return AttachmentTextMethods in org.cyclonedx.model.component.modelCard.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
Fields in org.cyclonedx.model.formulation.common declared as AttachmentTextMethods 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
Fields in org.cyclonedx.model.formulation.trigger declared as AttachmentTextMethods 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
Fields in org.cyclonedx.model.vulnerability with type parameters of type AttachmentTextMethods 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)