def getStringProperty()

in src/main/scala/com.gu.conf/impl/PlaceholderProcessingConfiguration.scala [45:47]


  def getStringProperty(propertyName: String): Option[String] = {
    (delegate getStringProperty propertyName) map { substitutePlaceholders }
  }