public final class NameConverter extends Object
Modifier and Type | Method and Description |
---|---|
static String |
normalizeName(String name)
Converts camelcase name to format in which words are upper case and divided by underscore.
|
Copyright © 2020. All rights reserved.