CustomResourceDefinitionNames

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[String]("singular")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceDefinitionNames](((singular:Option[String])=>obj.readOpt[String]("listKind")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceDefinitionNames](((listKind:Option[String])=>obj.readOpt[Seq[String]]("categories")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,CustomResourceDefinitionNames](((categories:Option[Seq[String]])=>obj.readOpt[Seq[String]]("shortNames")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[CustomResourceDefinitionNames](((shortNames:Option[Seq[String]])=>CustomResourceDefinitionNames.apply(plural=plural,singular=singular,listKind=listKind,categories=categories,shortNames=shortNames))))))))))))) } (new$anon():Decoder[T,CustomResourceDefinitionNames]) }" class="documentableAnchor">