| Package | Description |
|---|---|
| org.openapitools.codegen.utils |
| Modifier and Type | Method and Description |
|---|---|
static CamelizeOption |
CamelizeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CamelizeOption[] |
CamelizeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
StringUtils.camelize(String inputWord,
CamelizeOption camelizeOption)
Camelize name (parameter, property, method, etc)
|
Copyright © 2023. All rights reserved.