public class OpenApiReference extends Object
| Constructor and Description |
|---|
OpenApiReference(String ref) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
Getter method for componentType part of "$ref" URL.
|
String |
getIndex()
Getter method for index part of "$ref" URL.
|
String |
getKeyword()
Getter method for composed schema keyword part of "$ref" URL.
|
String |
getSchemaName()
Getter method for schemaName part of "$ref" URL.
|
public OpenApiReference(String ref)
public String getComponentType()
public String getSchemaName()
public String getKeyword()
null if not applicable.