toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.context.properties.source
/
InvalidConfigurationPropertyNameException
/
throwIfHasInvalidChars
throw
If
Has
Invalid
Chars
open
fun
throwIfHasInvalidChars
(
name
:
CharSequence
,
invalidCharacters
:
List
<
Character
>
)