| Modifier and Type | Method and Description |
|---|---|
List<TypeDeclaration> |
annotationTypes()
Declarations of annotation types for use by annotations
|
List<ResourceType> |
resourceTypes()
Declarations of resource types for use within this API
|
List<TypeDeclaration> |
schemas()
Alias for the equivalent "types" property, for compatibility with RAML 0.8.
|
List<SecurityScheme> |
securitySchemes()
Declarations of security schemes for use within this API.
|
List<Trait> |
traits()
Declarations of traits for use within this API
|
List<TypeDeclaration> |
types()
Declarations of (data) types for use within this API
|
List<Library> |
uses()
Importing external libraries that can be used within the API.
|
annotationsList<TypeDeclaration> schemas()
List<TypeDeclaration> types()
List<ResourceType> resourceTypes()
List<TypeDeclaration> annotationTypes()
List<SecurityScheme> securitySchemes()
Copyright © 2018. All rights reserved.