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