APIResource

Companion:
class
Source:
APIResource.scala
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[Seq[String]]("verbs")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((verbs:Seq[String])=>obj.read[Boolean]("namespaced")(booleanDecoder).flatMap[String,APIResource](((namespaced:Boolean)=>obj.read[String]("singularName")(stringDecoder).flatMap[String,APIResource](((singularName:String)=>obj.readOpt[String]("version")(stringDecoder).flatMap[String,APIResource](((version:Option[String])=>obj.readOpt[Seq[String]]("categories")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((categories:Option[Seq[String]])=>obj.readOpt[Seq[String]]("shortNames")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((shortNames:Option[Seq[String]])=>obj.readOpt[String]("storageVersionHash")(stringDecoder).flatMap[String,APIResource](((storageVersionHash:Option[String])=>obj.readOpt[String]("group")(stringDecoder).map[APIResource](((group:Option[String])=>APIResource.apply(name=name,verbs=verbs,namespaced=namespaced,singularName=singularName,version=version,categories=categories,shortNames=shortNames,storageVersionHash=storageVersionHash,group=group))))))))))))))))))))) } (new$anon():Decoder[APIResource]) }" class="documentableAnchor">