Packages

object CustomMessage

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

Value Members

  1. implicit def CustomMessageEitherDecoder[A, B](implicit AB: ConfDecoder[Either[CustomMessage[A], CustomMessage[B]]]): ConfDecoder[CustomMessage[Either[A, B]]]
  2. implicit val SymbolDecoder: ConfDecoder[CustomMessage[Global]]
  3. def decoder[T](field: String)(implicit ev: ConfDecoder[T]): ConfDecoder[CustomMessage[T]]