| Package | Description |
|---|---|
| org.raml.v2.internal.impl.commons.model | |
| org.raml.v2.internal.impl.commons.model.factory | |
| org.raml.v2.internal.impl.commons.model.type |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
AnnotationRef.annotation() |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
TypeDeclarationModelFactory.create(Node node) |
TypeDeclaration |
TypeDeclarationModelFactory.create(ResolvedType type) |
TypeDeclaration |
TypeDeclarationModelFactory.createTypeDeclaration(TypeExpressionNode node,
ResolvedType resolvedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyTypeDeclaration |
class |
ArrayTypeDeclaration
Binding implementation of
ArrayTypeDeclaration |
class |
BooleanTypeDeclaration |
class |
DateTimeOnlyTypeDeclaration |
class |
DateTimeTypeDeclaration |
class |
DateTypeDeclaration |
class |
FileTypeDeclaration |
class |
IntegerTypeDeclaration |
class |
JSONTypeDeclaration |
class |
NullTypeDeclaration |
class |
NumberTypeDeclaration |
class |
ObjectTypeDeclaration
Implementation binding of
ObjectTypeDeclaration |
class |
StringTypeDeclaration |
class |
TimeOnlyTypeDeclaration |
class |
UnionTypeDeclaration |
class |
XMLTypeDeclaration |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration<?> |
ArrayTypeDeclaration.items() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDeclaration> |
UnionTypeDeclaration.of() |
List<TypeDeclaration<?>> |
TypeDeclaration.parentTypes() |
List<TypeDeclaration> |
ObjectTypeDeclaration.properties() |
Copyright © 2017. All rights reserved.