toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-server-core
/
io.ktor.server.config
/
HoconApplicationConfig
Hocon
Application
Config
jvm
open
class
HoconApplicationConfig
(
config
:
Config
)
Implements
ApplicationConfig
by loading configuration from HOCON data structures
Members
Constructors
Hocon
Application
Config
Link copied to clipboard
jvm
constructor
(
config
:
Config
)
Functions
config
Link copied to clipboard
jvm
open
fun
config
(
path
:
String
)
:
<Error class: unknown class>
config
List
Link copied to clipboard
jvm
open
fun
configList
(
path
:
String
)
:
List
<
<Error class: unknown class>
>
keys
Link copied to clipboard
jvm
open
fun
keys
(
)
:
Set
<
String
>
property
Link copied to clipboard
jvm
open
fun
property
(
path
:
String
)
:
<Error class: unknown class>
property
Or
Null
Link copied to clipboard
jvm
open
fun
propertyOrNull
(
path
:
String
)
:
<Error class: unknown class>
?
to
Map
Link copied to clipboard
jvm
open
fun
toMap
(
)
:
Map
<
String
,
Any
?
>