Ktor
Toggle table of contents
3.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor
ktor-server-core
/
io.ktor.server.config
/
HoconApplicationConfig
Hocon
Application
Config
jvm
open
class
HoconApplicationConfig
(
config
:
Config
)
(
source
)
Implements
ApplicationConfig
by loading configuration from HOCON data structures
Report a problem
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
?
>