- Companion:
- class
- Source:
- CustomResourceColumnDefinition.scala
Inherited
Keywords
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).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">
implicit val 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="documentableName ">decoder: Decoder[CustomResourceColumnDefinition]