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

sttp.tapir.macros.EndpointTransputMacros.scala Maven / Gradle / Ivy

The newest version!
package sttp.tapir.macros

import sttp.tapir.EndpointTransput
import sttp.tapir.internal.MapToMacro

trait EndpointTransputMacros[T] { this: EndpointTransput[T] =>
  def mapTo[CASE_CLASS]: ThisType[CASE_CLASS] = macro MapToMacro.generateMapTo[ThisType, T, CASE_CLASS]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy