subtypeReaderWithoutDiscriminator

given subtypeReaderWithoutDiscriminator[T, ST, N <: TypeName, S](using val st: SchemaTranslator[ST, S, Codec]): CoproductReader[Json, Aux[T, ST, Unit, Nothing, Unit, N, S], Unit, Nothing]

Type members

Types

type Out = Option[T]

Value members

Concrete methods

override
def read(from: Json, subtypes: Aux[T, ST, Unit, Nothing, Unit, N, S]): Out
Definition Classes

Concrete fields

protected
val st: SchemaTranslator[ST, S, Codec]