ConfigProductWriter

machinespir.it.jig.ConfigWriter.ConfigProductWriter
class ConfigProductWriter[A](product: ProductOf[A], instances: => Vector[(String, ConfigWriter[_])], commentAnnotationsByField: Map[String, Vector[comment]]) extends ConfigWriter[A]

Attributes

Graph
Supertypes
trait ConfigWriter[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def write(a: A, includeComments: Boolean): ConfigValue

Inherited methods

def contramap[B](f: B => A): ConfigWriter[B]

Contramaps on the input type.

Contramaps on the input type.

Attributes

Inherited from:
ConfigWriter

Concrete fields