object FCVolumeSource
- Companion:
- class
- Source:
- FCVolumeSource.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[Boolean]("readOnly")(booleanDecoder).flatMap[String,FCVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,FCVolumeSource](((fsType:Option[String])=>obj.readOpt[Seq[String]]("wwids")(arrDecoder[String](stringDecoder)).flatMap[String,FCVolumeSource](((wwids:Option[Seq[String]])=>obj.readOpt[Int]("lun")(intDecoder).map[FCVolumeSource](((lun:Option[Int])=>FCVolumeSource.apply(targetWWNs=targetWWNs,readOnly=readOnly,fsType=fsType,wwids=wwids,lun=lun)))))))))))))
}
(new$anon():Decoder[FCVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,FCVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,FCVolumeSource](((fsType:Option[String])=>obj.readOpt[Seq[String]]("wwids")(arrDecoder[String](stringDecoder)).flatMap[String,FCVolumeSource](((wwids:Option[Seq[String]])=>obj.readOpt[Int]("lun")(intDecoder).map[FCVolumeSource](((lun:Option[Int])=>FCVolumeSource.apply(targetWWNs=targetWWNs,readOnly=readOnly,fsType=fsType,wwids=wwids,lun=lun)))))))))))))
}
(new$anon():Decoder[FCVolumeSource])
}" class="documentableName ">decoder: Decoder[FCVolumeSource]
- Source:
- FCVolumeSource.scala