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

sttp.tapir.generic.auto.SchemaDerivation.scala Maven / Gradle / Ivy

There is a newer version: 1.11.11
Show newest version
package sttp.tapir.generic.auto

import sttp.tapir.Schema
import sttp.tapir.generic.{Configuration, Derived}

import scala.deriving.Mirror

trait SchemaDerivation extends SchemaMagnoliaDerivation:
  inline implicit def schemaForCaseClass[T](implicit m: Mirror.Of[T], cfg: Configuration): Derived[Schema[T]] = Derived(derived[T])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy