CustomResourceColumnDefinition

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.read[String]("jsonPath")(stringDecoder).flatMap[String,CustomResourceColumnDefinition](((jsonPath:String)=>obj.read[String]("type")(stringDecoder).flatMap[String,CustomResourceColumnDefinition](((type:String)=>obj.readOpt[String]("format")(stringDecoder).flatMap[String,CustomResourceColumnDefinition](((format:Option[String])=>obj.readOpt[Int]("priority")(intDecoder).flatMap[String,CustomResourceColumnDefinition](((priority:Option[Int])=>obj.readOpt[String]("description")(stringDecoder).map[CustomResourceColumnDefinition](((description:Option[String])=>CustomResourceColumnDefinition.apply(name=name,jsonPath=jsonPath,type=type,format=format,priority=priority,description=description))))))))))))))) } (new$anon():Decoder[CustomResourceColumnDefinition]) }" class="documentableAnchor">