Uses of Class
org.cyclonedx.model.LicenseChoice
Packages that use LicenseChoice
Package
Description
-
Uses of LicenseChoice in org.cyclonedx.model
Methods in org.cyclonedx.model that return LicenseChoiceModifier and TypeMethodDescriptionService.getLicense()Deprecated.Component.getLicenseChoice()Deprecated.Evidence.getLicenseChoice()Deprecated.Metadata.getLicenseChoice()Deprecated.Component.getLicenses()Evidence.getLicenses()Metadata.getLicenses()Service.getLicenses()Methods in org.cyclonedx.model with parameters of type LicenseChoiceModifier and TypeMethodDescriptionvoidService.setLicense(LicenseChoice licenseChoice) Deprecated.voidComponent.setLicenseChoice(LicenseChoice licenseChoice) Deprecated.voidEvidence.setLicenseChoice(LicenseChoice licenseChoice) Deprecated.voidMetadata.setLicenseChoice(LicenseChoice licenseChoice) Deprecated.voidComponent.setLicenses(LicenseChoice licenses) voidEvidence.setLicenses(LicenseChoice licenses) voidMetadata.setLicenses(LicenseChoice licenses) voidService.setLicenses(LicenseChoice licenses) -
Uses of LicenseChoice in org.cyclonedx.util
Methods in org.cyclonedx.util that return LicenseChoiceModifier and TypeMethodDescriptionstatic LicenseChoiceAttempts to resolve the specified license string via SPDX license identifier and expression parsing first.static LicenseChoiceAttempts to resolve the specified license string via SPDX license identifier and expression parsing first.static LicenseChoiceLicenseResolver.resolve(String licenseString, LicenseResolver.LicenseTextSettings licenseTextSettings) Attempts to resolve the specified license string via SPDX license identifier and expression parsing first. -
Uses of LicenseChoice in org.cyclonedx.util.deserializer
Subclasses with type arguments of type LicenseChoice in org.cyclonedx.util.deserializerMethods in org.cyclonedx.util.deserializer that return LicenseChoiceModifier and TypeMethodDescriptionLicenseDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of LicenseChoice in org.cyclonedx.util.serializer
Subclasses with type arguments of type LicenseChoice in org.cyclonedx.util.serializerMethods in org.cyclonedx.util.serializer with parameters of type LicenseChoiceModifier and TypeMethodDescriptionvoidLicenseChoiceSerializer.serialize(LicenseChoice licenseChoice, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in org.cyclonedx.util.serializer with type arguments of type LicenseChoiceModifierConstructorDescriptionLicenseChoiceSerializer(Class<LicenseChoice> t, boolean isXml, Version version)