object HTTPGetAction
- Companion:
- class
- Source:
- HTTPGetAction.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]("path")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((path:Option[String])=>obj.readOpt[String]("host")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((host:Option[String])=>obj.readOpt[String]("scheme")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((scheme:Option[String])=>obj.readOpt[Seq[io.k8s.api.core.v1.HTTPHeader]]("httpHeaders")(arrDecoder[T,HTTPHeader](evidence$1,decoderOf[T](evidence$1))).map[HTTPGetAction](((httpHeaders:Option[Seq[HTTPHeader]])=>HTTPGetAction.apply(port=port,path=path,host=host,scheme=scheme,httpHeaders=httpHeaders)))))))))))))
}
(new$anon():Decoder[T,HTTPGetAction])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("path")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((path:Option[String])=>obj.readOpt[String]("host")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((host:Option[String])=>obj.readOpt[String]("scheme")(stringDecoder[T](evidence$1)).flatMap[String,HTTPGetAction](((scheme:Option[String])=>obj.readOpt[Seq[io.k8s.api.core.v1.HTTPHeader]]("httpHeaders")(arrDecoder[T,HTTPHeader](evidence$1,decoderOf[T](evidence$1))).map[HTTPGetAction](((httpHeaders:Option[Seq[HTTPHeader]])=>HTTPGetAction.apply(port=port,path=path,host=host,scheme=scheme,httpHeaders=httpHeaders)))))))))))))
}
(new$anon():Decoder[T,HTTPGetAction])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, HTTPGetAction]
- Source:
- HTTPGetAction.scala