| Modifier and Type | Field and Description |
|---|---|
protected APITypeModel |
APIParameterModel.typeModel |
| Modifier and Type | Field and Description |
|---|---|
protected List<APITypeModel> |
APIOperationModel.inputMetadataModel |
protected List<APITypeModel> |
APIOperationModel.outputMetadataModel |
| Modifier and Type | Method and Description |
|---|---|
APITypeModel |
APIParameterModel.getTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
List<APITypeModel> |
APIOperationModel.getInputMetadataModel() |
List<APITypeModel> |
APIOperationModel.getOutputMetadataModel() |
| Modifier and Type | Field and Description |
|---|---|
protected APITypeModel |
APITypeModel.innerType |
| Modifier and Type | Field and Description |
|---|---|
protected List<APITypeModel> |
APITypeModel.unionTypes |
| Modifier and Type | Method and Description |
|---|---|
APITypeModel |
APITypeModel.getInnerType() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,APITypeModel> |
APITypeModel.getObjectProperties()
Retrieves the types of the properties of an object.
|
List<APITypeModel> |
APITypeModel.getUnionTypes() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
APITypeModel.Visitor.visit(APITypeModel type,
String path)
Gives information about an APITypeModel element in the type tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AMFTypeModel |
| Modifier and Type | Method and Description |
|---|---|
Map<String,APITypeModel> |
AMFTypeModel.getObjectProperties() |
List<APITypeModel> |
AMFTypeModel.getUnionTypes() |
Copyright © 2023. All rights reserved.