Packages

final case class ConfigWarning(checkerKey: String, message: String, properties: Seq[String], defaults: Seq[String]) extends Product with Serializable

Source
ConfigChecker.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigWarning
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConfigWarning(checkerKey: String, message: String, properties: Seq[String], defaults: Seq[String])

Value Members

  1. val checkerKey: String
  2. val defaults: Seq[String]
  3. def defaultsAsString: String
  4. val message: String
  5. def paths: Seq[String]
  6. def pathsAsString: String
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val properties: Seq[String]
  9. def propertiesAsString: String