| 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<AbstractSecurityScheme> |
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
|
annotationsList<TypeDeclaration> schemas()
List<TypeDeclaration> types()
List<ResourceType> resourceTypes()
List<TypeDeclaration> annotationTypes()
List<AbstractSecurityScheme> securitySchemes()
Copyright © 2016. All rights reserved.