Packages

implicit final class EnhancedConfigReader[T] extends AnyVal

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

Instance Constructors

  1. new EnhancedConfigReader(configReader: ConfigReader[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def applyDeprecations(implicit elc: ErrorLoggingContext, deprecatedFieldsFor: DeprecatedFieldsFor[T]): ConfigReader[T]

    Applies a list of deprecation fallbacks to the configReader

    Applies a list of deprecation fallbacks to the configReader

    returns

    config reader with fallbacks applied

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val configReader: ConfigReader[T]
  7. def deprecateConfigPath[V](deprecated: DeprecatedConfigPath[_])(implicit elc: ErrorLoggingContext): ConfigReader[T]

    Log a deprecation message for config values that are deprecated

  8. def deprecateConfigType(deprecated: DeprecatedRawConfigType)(implicit elc: ErrorLoggingContext): ConfigReader[T]

    Deprecate a typesafe config type that was used to parse the value but is now deprecated.

  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def moveDeprecatedField(from: String, to: Seq[String])(implicit elc: ErrorLoggingContext): ConfigReader[T]

    Moves the value at 'from' to 'to' if 'to' is not already set, and removes 'from' from the config.

    Moves the value at 'from' to 'to' if 'to' is not already set, and removes 'from' from the config.

    from

    path to the deprecated field. e.g: "path.to.deprecated.field"

    to

    string path to the new field. e.g: "path.to.new.field"

    returns

    config reader with fallback values from the deprecated fields

  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped