ConfigImplUtil

Internal implementation detail, not ABI stable, do not touch.
For use only by the [[org.ekrich.config]] package.
class Object
trait Matchable
class Any

Value members

Methods

def equalsHandlingNull(a: AnyRef, b: AnyRef): Boolean
def isC0Control(codepoint: Int): Boolean
def renderJsonString(s: String): String
def isWhitespace(codepoint: Int): Boolean
def unicodeTrim(s: String): String
def extractInitializerError(e: ExceptionInInitializerError): ConfigException
def joinPath(elements: String*): String
def joinPath(elements: List[String]): String
def splitPath(path: String): List[String]
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def readOrigin(in: ObjectInputStream): SimpleConfigOrigin
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def writeOrigin(out: ObjectOutputStream, origin: ConfigOrigin): Unit
def syntaxFromExtension(filename: String): ConfigSyntax
Guess configuration syntax from given filename.
Value Params
filename
configuration filename
Returns
configuration syntax if a match is found. Otherwise, null.