ParserModule

class Object
trait Matchable
class Any

Type members

Classlikes

trait Interface extends Provider
trait Parser

Interface that defines the configuration parser. All the parsers need to extend this trait in order to be compatible. Every module (jvm, js) has to implement its own configuration parser.

Interface that defines the configuration parser. All the parsers need to extend this trait in order to be compatible. Every module (jvm, js) has to implement its own configuration parser.

trait Provider

Provider of the component

Provider of the component

Extensions

Extensions

extension (bool: Boolean)
def andIfNot(message: String): List[ConfigurationError]

Method to manage the errors in configuration parameters.

Method to manage the errors in configuration parameters.

extension [A](parameter: Ordered[A])
def shouldBeWithin(range: (A, A)): Boolean

Method to check if the value inserted by user respect the valid range.

Method to check if the value inserted by user respect the valid range.