UNIFORM
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
- "
foo-bar
" = "foobar
" - "
fooBar
" = "foobar
" - "
foo_bar
" = "foobar
" - "
[Foo.bar]
" = "Foo.bar
"
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
foo-bar
" = "foobar
"fooBar
" = "foobar
"foo_bar
" = "foobar
"[Foo.bar]
" = "Foo.bar
"