Options
All
  • Public
  • Public/Protected
  • All
Menu

Class YamlApplicationConfiguration

Hierarchy

Implements

  • Configuration
  • ApplicationConfiguration

Index

Constructors

constructor

Methods

forModule

  • forModule(moduleConstructor: Constructor<Module>): ContextualizableModuleConfiguration

getOrElse

  • getOrElse<O, T>(property: string, other: O): T | O

getProperty

  • getProperty(property: string): any

getRawObject

  • getRawObject(): object

hasProperty

  • hasProperty(property: string): boolean

setProperty

  • setProperty(property: string, value: any): void

Generated using TypeDoc