toggle menu
kotlin-parent
4.3.0
jvm
switch theme
search in API
micronaut-kotlin-runtime
/
io.micronaut.context.env.hocon
/
HoconPropertySourceLoaderImpl
Hocon
Property
Source
Loader
Impl
class
HoconPropertySourceLoaderImpl
:
PropertySourceLoader
,
Ordered
Members
Constructors
Hocon
Property
Source
Loader
Impl
Link copied to clipboard
constructor
(
)
Functions
get
Extensions
Link copied to clipboard
open
fun
getExtensions
(
)
:
MutableSet
<
String
>
get
Order
Link copied to clipboard
open
fun
getOrder
(
)
:
Int
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
)
:
Boolean
load
Link copied to clipboard
open
override
fun
load
(
environment
:
Environment
)
:
Optional
<
PropertySource
>
open
override
fun
load
(
resourceName
:
String
?
,
resourceLoader
:
ResourceLoader
?
)
:
Optional
<
PropertySource
>
load
Env
Link copied to clipboard
open
override
fun
loadEnv
(
resourceName
:
String
?
,
resourceLoader
:
ResourceLoader
?
,
activeEnvironment
:
ActiveEnvironment
?
)
:
Optional
<
PropertySource
>
read
Link copied to clipboard
open
fun
read
(
name
:
String
,
bytes
:
ByteArray
)
:
MutableMap
<
String
,
Any
>
open
override
fun
read
(
name
:
String
?
,
input
:
InputStream
?
)
:
MutableMap
<
String
,
Any
>