Uses of Record Class
io.quarkus.sbom.LicenseInfo
Packages that use LicenseInfo
-
Uses of LicenseInfo in io.quarkus.sbom
Fields in io.quarkus.sbom with type parameters of type LicenseInfoMethods in io.quarkus.sbom that return LicenseInfoMethods in io.quarkus.sbom that return types with arguments of type LicenseInfoModifier and TypeMethodDescriptionComponentDescriptor.getLicenses()Gets the licenses associated with this component.Methods in io.quarkus.sbom with parameters of type LicenseInfoModifier and TypeMethodDescriptionComponentDescriptor.Builder.addLicense(LicenseInfo license) Adds a license to this component.Method parameters in io.quarkus.sbom with type arguments of type LicenseInfoModifier and TypeMethodDescriptionComponentDescriptor.Builder.setLicenses(List<LicenseInfo> licenses) Sets the licenses for this component, replacing any previously set licenses.