Uses of Class
org.cyclonedx.model.OrganizationalChoice
-
Packages that use OrganizationalChoice Package Description org.cyclonedx.model org.cyclonedx.util.deserializer -
-
Uses of OrganizationalChoice in org.cyclonedx.model
Fields in org.cyclonedx.model declared as OrganizationalChoice Modifier and Type Field Description private OrganizationalChoiceLicensing. licenseeprivate OrganizationalChoiceLicensing. licensorprivate OrganizationalChoiceLicensing. purchaserMethods in org.cyclonedx.model that return OrganizationalChoice Modifier and Type Method Description OrganizationalChoiceLicensing. getLicensee()OrganizationalChoiceLicensing. getLicensor()OrganizationalChoiceLicensing. getPurchaser()Methods in org.cyclonedx.model with parameters of type OrganizationalChoice Modifier and Type Method Description voidLicensing. setLicensee(OrganizationalChoice licensee)voidLicensing. setLicensor(OrganizationalChoice licensor)voidLicensing. setPurchaser(OrganizationalChoice purchaser) -
Uses of OrganizationalChoice in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return OrganizationalChoice Modifier and Type Method Description OrganizationalChoiceOrganizationalChoiceDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-