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