Packages

p

zio.config

magnolia

package magnolia

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. magnolia
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DeriveConfig[T](desc: Config[T], isObject: Boolean = false, constValue: Option[T] = None) extends Product with Serializable
  2. type describe = derivation.describe
  3. type discriminator = derivation.discriminator
  4. type kebabCase = derivation.kebabCase
  5. type name = derivation.name
  6. type postfix = derivation.postfix
  7. type prefix = derivation.prefix
  8. type snakeCase = derivation.snakeCase

Value Members

  1. def deriveConfig[T](implicit config: DeriveConfig[T]): Config[T]
  2. val describe: derivation.describe.type
  3. val discriminator: derivation.discriminator.type
  4. val kebabCase: derivation.kebabCase.type
  5. val name: derivation.name.type
  6. val postfix: derivation.postfix.type
  7. val prefix: derivation.prefix.type
  8. val snakeCase: derivation.snakeCase.type
  9. object DeriveConfig extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped