object ResourceAttributes
- Companion:
- class
- Source:
- ResourceAttributes.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.readOpt[String]("version")(stringDecoder).flatMap[String,ResourceAttributes](((version:Option[String])=>obj.readOpt[String]("resource")(stringDecoder).flatMap[String,ResourceAttributes](((resource:Option[String])=>obj.readOpt[String]("verb")(stringDecoder).flatMap[String,ResourceAttributes](((verb:Option[String])=>obj.readOpt[String]("group")(stringDecoder).flatMap[String,ResourceAttributes](((group:Option[String])=>obj.readOpt[String]("subresource")(stringDecoder).flatMap[String,ResourceAttributes](((subresource:Option[String])=>obj.readOpt[String]("namespace")(stringDecoder).map[ResourceAttributes](((namespace:Option[String])=>ResourceAttributes.apply(name=name,version=version,resource=resource,verb=verb,group=group,subresource=subresource,namespace=namespace)))))))))))))))))
}
(new$anon():Decoder[ResourceAttributes])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("version")(stringDecoder).flatMap[String,ResourceAttributes](((version:Option[String])=>obj.readOpt[String]("resource")(stringDecoder).flatMap[String,ResourceAttributes](((resource:Option[String])=>obj.readOpt[String]("verb")(stringDecoder).flatMap[String,ResourceAttributes](((verb:Option[String])=>obj.readOpt[String]("group")(stringDecoder).flatMap[String,ResourceAttributes](((group:Option[String])=>obj.readOpt[String]("subresource")(stringDecoder).flatMap[String,ResourceAttributes](((subresource:Option[String])=>obj.readOpt[String]("namespace")(stringDecoder).map[ResourceAttributes](((namespace:Option[String])=>ResourceAttributes.apply(name=name,version=version,resource=resource,verb=verb,group=group,subresource=subresource,namespace=namespace)))))))))))))))))
}
(new$anon():Decoder[ResourceAttributes])
}" class="documentableName ">decoder: Decoder[ResourceAttributes]
- Source:
- ResourceAttributes.scala