| Package | Description |
|---|---|
| com.carma.swagger.doclet | |
| com.carma.swagger.doclet.parser |
| Modifier and Type | Method and Description |
|---|---|
NamingConvention |
DocletOptions.getModelFieldsNamingConvention()
This gets the modelFieldsNamingConvention
|
| Modifier and Type | Method and Description |
|---|---|
DocletOptions |
DocletOptions.setModelFieldsNamingConvention(NamingConvention modelFieldsNamingConvention)
This sets the modelFieldsNamingConvention
|
| Modifier and Type | Method and Description |
|---|---|
static NamingConvention |
NamingConvention.forValue(String value,
NamingConvention defaultValue)
This gets a naming convention whose name matches the given string, if none matches it will return the given default value.
|
static NamingConvention |
NamingConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingConvention[] |
NamingConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NamingConvention |
NamingConvention.forValue(String value,
NamingConvention defaultValue)
This gets a naming convention whose name matches the given string, if none matches it will return the given default value.
|
Copyright © 2015. All rights reserved.