ProfigUtil

profig.ProfigUtil$
object ProfigUtil

Primarily intended for internal use.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def args2Json(args: Seq[String]): Json

Converts a sequence of args into a Json object with dot-separation.

Converts a sequence of args into a Json object with dot-separation.

Attributes

def map2Json(map: Map[String, String]): Json

Converts a Map[String, String] into a Json object with dot-separation.

Converts a Map[String, String] into a Json object with dot-separation.

Attributes

def properties2Json(properties: Properties): Json

Converts a Properties into a Json object with dot-separation.

Converts a Properties into a Json object with dot-separation.

Attributes