Uses of Enum Class
com.vaadin.appsec.backend.model.osv.response.Ecosystem
Packages that use Ecosystem
Package
Description
-
Uses of Ecosystem in com.vaadin.appsec.backend
Methods in com.vaadin.appsec.backend that return EcosystemModifier and TypeMethodDescriptionstatic EcosystemAppSecUtils.getEcosystem(org.cyclonedx.model.Component component) Gets ecosystem from a BOM component. -
Uses of Ecosystem in com.vaadin.appsec.backend.model.dto
Methods in com.vaadin.appsec.backend.model.dto that return EcosystemMethods in com.vaadin.appsec.backend.model.dto with parameters of type EcosystemModifier and TypeMethodDescriptionvoidDependency.setEcosystem(Ecosystem ecosystem) Sets the dependency ecosystem.Constructors in com.vaadin.appsec.backend.model.dto with parameters of type EcosystemModifierConstructorDescriptionDependency(@NotNull Ecosystem ecosystem, String group, @NotNull String name, @NotNull String version) Instantiates a new Dependency dto. -
Uses of Ecosystem in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return EcosystemModifier and TypeMethodDescriptionstatic EcosystemReturns the instance from the string value.static EcosystemReturns the enum constant of this class with the specified name.static Ecosystem[]Ecosystem.values()Returns an array containing the constants of this enum class, in the order they are declared.