toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.logging.log4j2
/
SpringBootPropertySource
Spring
Boot
Property
Source
open
class
SpringBootPropertySource
:
PropertySource
Spring Boot
PropertySource
that disables Log4j2's shutdown hook.
Author
Andy Wilkinson
Since
2.5.2
Members
Constructors
Spring
Boot
Property
Source
Link copied to clipboard
constructor
(
)
Functions
contains
Property
Link copied to clipboard
open
fun
containsProperty
(
key
:
String
)
:
Boolean
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
BiConsumer
<
String
,
String
>
)
get
Normal
Form
Link copied to clipboard
open
fun
getNormalForm
(
tokens
:
Iterable
<
out
CharSequence
>
)
:
CharSequence
get
Priority
Link copied to clipboard
open
fun
getPriority
(
)
:
Int
get
Property
Link copied to clipboard
open
fun
getProperty
(
key
:
String
)
:
String
get
Property
Names
Link copied to clipboard
open
fun
getPropertyNames
(
)
:
Collection
<
String
>