All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.touk.nussknacker.engine.api.definition.FixedExpressionValue.scala Maven / Gradle / Ivy

package pl.touk.nussknacker.engine.api.definition

import io.circe.generic.JsonCodec

@JsonCodec case class FixedExpressionValue(expression: String, label: String)

object FixedExpressionValue {
  val nullFixedValue: FixedExpressionValue = FixedExpressionValue("", "")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy