public class NameHelper extends Object
Constructor and Description |
---|
NameHelper(GenerationConfig generationConfig) |
Modifier and Type | Method and Description |
---|---|
String |
capitalizeTrailingWords(String name) |
String |
getPropertyName(String jsonFieldName)
Convert jsonFieldName into the equivalent Java fieldname by replacing illegal characters and normalizing it.
|
String |
normalizeName(String name) |
String |
replaceIllegalCharacters(String name) |
public NameHelper(GenerationConfig generationConfig)
Copyright © 2015. All rights reserved.