PolicyRule

object PolicyRule
Companion:
class
Source:
PolicyRule.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.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 encoder[T](implicit builder: Builder[T]): Encoder[PolicyRule, T]