toggle menu
de.quati
2.2.1
common
switch theme
search in API
de.quati
/
de.quati.kotlin.util.poet
Package-level
declarations
Types
Functions
Properties
Types
Name
Conflict
Resolver
Link copied to clipboard
common
class
NameConflictResolver
(
separator
:
String
=
"_"
,
forbidden
:
Iterable
<
String
>
=
kotlinKeywords
)
Package
Name
Link copied to clipboard
common
value
class
PackageName
(
val
name
:
String
)
Properties
kotlin
Keywords
Link copied to clipboard
common
val
kotlinKeywords
:
Set
<
String
>
Functions
make
Different
Link copied to clipboard
common
fun
String
.
makeDifferent
(
blackList
:
Iterable
<
String
>
,
separator
:
String
=
"_"
)
:
String
to
Ascii
Identifier
Like
Link copied to clipboard
common
fun
String
.
toAsciiIdentifierLike
(
)
:
String
to
Camel
Case
Link copied to clipboard
common
fun
String
.
toCamelCase
(
capitalized
:
Boolean
)
:
String
to
Kebab
Case
Link copied to clipboard
common
fun
String
.
toKebabCase
(
)
:
String
to
Snake
Case
Link copied to clipboard
common
fun
String
.
toSnakeCase
(
uppercase
:
Boolean
=
false
)
:
String