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

zio.schema.annotation.noDiscriminator.scala Maven / Gradle / Ivy

package zio.schema.annotation

import scala.annotation.StaticAnnotation

/**
 * Indicates that an Enum should be encoded without any specific discriminator, relying on fallback on failure
 * when decoding.
 */
final case class noDiscriminator() extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy