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

ru.tinkoff.phobos.derevo.elementDecoder.scala Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.phobos.derevo

import derevo.{Derevo, Derivation, delegating}
import ru.tinkoff.phobos.decoding.ElementDecoder

@delegating("ru.tinkoff.phobos.derivation.semiauto.deriveElementDecoder")
object elementDecoder extends Derivation[ElementDecoder] {
  implicit def instance[T]: ElementDecoder[T] = macro Derevo.delegate[ElementDecoder, T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy