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

pl.touk.nussknacker.engine.graph.expression.DictKeyWithLabelExpression.scala Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package pl.touk.nussknacker.engine.graph.expression

import io.circe.generic.JsonCodec

@JsonCodec
// label is optional as there is no reason to keep in on BE side, it's resolved for FE in ProcessDictSubstitutor
final case class DictKeyWithLabelExpression(key: String, label: Option[String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy