- Companion:
- class
- Source:
- CustomResourceColumnDefinition.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.read[String]("jsonPath")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((jsonPath:String)=>obj.read[String]("type")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((type:String)=>obj.readOpt[String]("format")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((format:Option[String])=>obj.readOpt[Int]("priority")(intDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((priority:Option[Int])=>obj.readOpt[String]("description")(stringDecoder[T](evidence$1)).map[CustomResourceColumnDefinition](((description:Option[String])=>CustomResourceColumnDefinition.apply(name=name,jsonPath=jsonPath,type=type,format=format,priority=priority,description=description)))))))))))))))
}
(new$anon():Decoder[T,CustomResourceColumnDefinition])
}" class="documentableAnchor">
implicit def obj.read[String]("jsonPath")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((jsonPath:String)=>obj.read[String]("type")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((type:String)=>obj.readOpt[String]("format")(stringDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((format:Option[String])=>obj.readOpt[Int]("priority")(intDecoder[T](evidence$1)).flatMap[String,CustomResourceColumnDefinition](((priority:Option[Int])=>obj.readOpt[String]("description")(stringDecoder[T](evidence$1)).map[CustomResourceColumnDefinition](((description:Option[String])=>CustomResourceColumnDefinition.apply(name=name,jsonPath=jsonPath,type=type,format=format,priority=priority,description=description)))))))))))))))
}
(new$anon():Decoder[T,CustomResourceColumnDefinition])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, CustomResourceColumnDefinition]