Package | Description |
---|---|
io.swagger.models | |
io.swagger.models.parameters | |
io.swagger.models.properties | |
io.swagger.models.refs |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefPath.getRefFormat() |
RefFormat |
RefResponse.getRefFormat() |
RefFormat |
RefModel.getRefFormat() |
Constructor and Description |
---|
RefModel(java.lang.String ref,
RefFormat refFormat) |
RefPath(java.lang.String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefParameter.getRefFormat() |
Constructor and Description |
---|
RefParameter(java.lang.String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
RefProperty.getRefFormat() |
Constructor and Description |
---|
RefProperty(java.lang.String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefFormat |
GenericRef.getFormat() |
static RefFormat |
RefFormat.valueOf(java.lang.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,
java.lang.String ref,
RefFormat format) |
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.