RuleWithOperations

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