object semiauto
An object that provides methods for deriving ConfigReader and ConfigWriter instances on demand for value
classes, tuples, case classes and sealed traits.
- Alphabetic
- By Inheritance
- semiauto
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def deriveConvert[A](implicit reader: Lazy[DerivedConfigReader[A]], writer: Lazy[DerivedConfigWriter[A]]): ConfigConvert[A]
- final def deriveEnumerationConvert[A](transformName: (String) => String)(implicit readerBuilder: Lazy[EnumerationConfigReaderBuilder[A]], writerBuilder: Lazy[EnumerationConfigWriterBuilder[A]]): ConfigConvert[A]
Derive a
ConfigConvertfor a sealed family of case objects where each type is encoded with thetransformNamefunction applied to the type name. - final def deriveEnumerationConvert[A](implicit readerBuilder: Lazy[EnumerationConfigReaderBuilder[A]], writerBuilder: Lazy[EnumerationConfigWriterBuilder[A]]): ConfigConvert[A]
Derive a
ConfigConvertfor a sealed family of case objects where each type is encoded as the kebab-case representation of the type name. - final def deriveEnumerationReader[A](transformName: (String) => String)(implicit readerBuilder: Lazy[EnumerationConfigReaderBuilder[A]]): ConfigReader[A]
Derive a
ConfigReaderfor a sealed family of case objects where each type is encoded with thetransformNamefunction applied to the type name. - final def deriveEnumerationReader[A](implicit readerBuilder: Lazy[EnumerationConfigReaderBuilder[A]]): ConfigReader[A]
Derive a
ConfigReaderfor a sealed family of case objects where each type is encoded as the kebab-case representation of the type name. - final def deriveEnumerationWriter[A](transformName: (String) => String)(implicit writerBuilder: Lazy[EnumerationConfigWriterBuilder[A]]): ConfigWriter[A]
Derive a
ConfigWriterfor a sealed family of case objects where each type is encoded with thetransformNamefunction applied to the type name. - final def deriveEnumerationWriter[A](implicit writerBuilder: Lazy[EnumerationConfigWriterBuilder[A]]): ConfigWriter[A]
Derive a
ConfigWriterfor a sealed family of case objects where each type is encoded as the kebab-case representation of the type name. - final def deriveReader[A](implicit reader: Lazy[DerivedConfigReader[A]]): ConfigReader[A]
- final def deriveWriter[A](implicit writer: Lazy[DerivedConfigWriter[A]]): ConfigWriter[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])