object ObjectReference
- Companion:
- class
- Source:
- ObjectReference.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[String]("name")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((name:Option[String])=>obj.readOpt[String]("resourceVersion")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((resourceVersion:Option[String])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((uid:Option[String])=>obj.readOpt[String]("namespace")(stringDecoder[T](evidence$1)).map[ObjectReference](((namespace:Option[String])=>ObjectReference.apply(fieldPath=fieldPath,name=name,resourceVersion=resourceVersion,uid=uid,namespace=namespace)))))))))))))
}
(new$anon():Decoder[T,ObjectReference])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("name")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((name:Option[String])=>obj.readOpt[String]("resourceVersion")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((resourceVersion:Option[String])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).flatMap[String,ObjectReference](((uid:Option[String])=>obj.readOpt[String]("namespace")(stringDecoder[T](evidence$1)).map[ObjectReference](((namespace:Option[String])=>ObjectReference.apply(fieldPath=fieldPath,name=name,resourceVersion=resourceVersion,uid=uid,namespace=namespace)))))))))))))
}
(new$anon():Decoder[T,ObjectReference])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ObjectReference]
- Source:
- ObjectReference.scala