raptor-settings
0.17.5
raptor-settings
/
io.fluidsonic.raptor
/
RaptorSettings
Raptor
Settings
interface
RaptorSettings
Types
Functions
Extensions
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Value
Provider
Link copied to clipboard
interface
ValueProvider
<
out
Value
:
Any
>
Functions
value
Provider
Link copied to clipboard
abstract
fun
valueProvider
(
path
:
String
)
:
RaptorSettings.ValueProvider
<
*
>
?
Extensions
int
Link copied to clipboard
fun
RaptorSettings
.
int
(
path
:
String
)
:
Int
int
Or
Null
Link copied to clipboard
fun
RaptorSettings
.
intOrNull
(
path
:
String
)
:
Int
?
settings
Link copied to clipboard
fun
RaptorSettings
.
settings
(
path
:
String
)
:
RaptorSettings
settings
Or
Null
Link copied to clipboard
fun
RaptorSettings
.
settingsOrNull
(
path
:
String
)
:
RaptorSettings
?
string
Link copied to clipboard
fun
RaptorSettings
.
string
(
path
:
String
)
:
String
string
Or
Null
Link copied to clipboard
fun
RaptorSettings
.
stringOrNull
(
path
:
String
)
:
String
?
value
Link copied to clipboard
inline
fun
<
Value
:
Any
>
RaptorSettings
.
value
(
path
:
String
)
:
Value
fun
<
Value
:
Any
>
RaptorSettings
.
value
(
path
:
String
,
type
:
KClass
<
out
Value
>
)
:
Value
value
Or
Null
Link copied to clipboard
inline
fun
<
Value
:
Any
>
RaptorSettings
.
valueOrNull
(
path
:
String
)
:
Value
?
fun
<
Value
:
Any
>
RaptorSettings
.
valueOrNull
(
path
:
String
,
type
:
KClass
<
out
Value
>
)
:
Value
?