object PolicyRule
- Companion:
- class
- Source:
- PolicyRule.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.readOpt[Seq[String]]("apiGroups")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((apiGroups:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resources")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((resources:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resourceNames")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((resourceNames:Option[Seq[String]])=>obj.readOpt[Seq[String]]("nonResourceURLs")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[PolicyRule](((nonResourceURLs:Option[Seq[String]])=>PolicyRule.apply(verbs=verbs,apiGroups=apiGroups,resources=resources,resourceNames=resourceNames,nonResourceURLs=nonResourceURLs)))))))))))))
}
(new$anon():Decoder[T,PolicyRule])
}" class="documentableAnchor">
implicit def obj.readOpt[Seq[String]]("apiGroups")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((apiGroups:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resources")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((resources:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resourceNames")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,PolicyRule](((resourceNames:Option[Seq[String]])=>obj.readOpt[Seq[String]]("nonResourceURLs")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[PolicyRule](((nonResourceURLs:Option[Seq[String]])=>PolicyRule.apply(verbs=verbs,apiGroups=apiGroups,resources=resources,resourceNames=resourceNames,nonResourceURLs=nonResourceURLs)))))))))))))
}
(new$anon():Decoder[T,PolicyRule])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, PolicyRule]
- Source:
- PolicyRule.scala