FlowSchemaCondition

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[String]("status")(stringDecoder[T](evidence$1)).flatMap[String,FlowSchemaCondition](((status:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("lastTransitionTime")(decoder[T](evidence$1)).flatMap[String,FlowSchemaCondition](((lastTransitionTime:Option[Time])=>obj.readOpt[String]("message")(stringDecoder[T](evidence$1)).flatMap[String,FlowSchemaCondition](((message:Option[String])=>obj.readOpt[String]("type")(stringDecoder[T](evidence$1)).map[FlowSchemaCondition](((type:Option[String])=>FlowSchemaCondition.apply(reason=reason,status=status,lastTransitionTime=lastTransitionTime,message=message,type=type))))))))))))) } (new$anon():Decoder[T,FlowSchemaCondition]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[FlowSchemaCondition, T]