AzureDiskVolumeSource

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.read[String]("diskName")(stringDecoder[T](evidence$1)).flatMap[String,AzureDiskVolumeSource](((diskName:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,AzureDiskVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,AzureDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("cachingMode")(stringDecoder[T](evidence$1)).map[AzureDiskVolumeSource](((cachingMode:Option[String])=>AzureDiskVolumeSource.apply(diskURI=diskURI,diskName=diskName,readOnly=readOnly,fsType=fsType,cachingMode=cachingMode))))))))))))) } (new$anon():Decoder[T,AzureDiskVolumeSource]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[AzureDiskVolumeSource, T]