DeprecatedConfigChecker

uk.gov.hmrc.play.bootstrap.config.DeprecatedConfigChecker
class DeprecatedConfigChecker(configuration: Configuration, deprecatedValues: Map[String, String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def checkForDeprecatedValue(key: String): Option[(String, String, String)]
def checkForDeprecatedValues(key: String): Seq[(String, String, String)]
def deprecations: Seq[(String, String, String)]

Concrete fields

val deprecatedKeys: List[(String, String)]
val errs: List[(String, String)]
val stringArrayKeys: List[String]
val stringKeys: List[String]