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

sttp.tapir.FieldName.scala Maven / Gradle / Ivy

There is a newer version: 1.11.9
Show newest version
package sttp.tapir

case class FieldName(name: String, encodedName: String)

object FieldName {
  def apply(name: String) = new FieldName(name, name)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy