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