ResourcePolicyRule

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]]("apiGroups")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,ResourcePolicyRule](((apiGroups:Seq[String])=>obj.read[Seq[String]]("resources")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).flatMap[String,ResourcePolicyRule](((resources:Seq[String])=>obj.readOpt[Boolean]("clusterScope")(booleanDecoder[T](evidence$1)).flatMap[String,ResourcePolicyRule](((clusterScope:Option[Boolean])=>obj.readOpt[Seq[String]]("namespaces")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[ResourcePolicyRule](((namespaces:Option[Seq[String]])=>ResourcePolicyRule.apply(verbs=verbs,apiGroups=apiGroups,resources=resources,clusterScope=clusterScope,namespaces=namespaces))))))))))))) } (new$anon():Decoder[T,ResourcePolicyRule]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[ResourcePolicyRule, T]