Package | Description |
---|---|
io.swagger.models | |
io.swagger.models.parameters | |
io.swagger.models.properties | |
io.swagger.models.refs |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefResponse.getRefFormat() |
RefFormat |
RefPath.getRefFormat() |
RefFormat |
RefModel.getRefFormat() |
Constructor and Description |
---|
RefModel(String ref,
RefFormat refFormat) |
RefPath(String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefParameter.getRefFormat() |
Constructor and Description |
---|
RefParameter(String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefProperty.getRefFormat() |
Constructor and Description |
---|
RefProperty(String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
GenericRef.getFormat() |
static RefFormat |
RefFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefFormat[] |
RefFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GenericRef(RefType type,
String ref,
RefFormat format) |
Copyright © 2019. All Rights Reserved.