c
amf.plugins.document.webapi.parser.spec.declaration
RamlTypeParser
Companion object RamlTypeParser
case class RamlTypeParser(ast: YPart, name: String, node: YNode, adopt: (Shape) ⇒ Shape, isAnnotation: Boolean, defaultType: DefaultType)(implicit ctx: WebApiContext) extends RamlSpecParser with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RamlTypeParser
- Serializable
- Serializable
- Product
- Equals
- RamlSpecParser
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RamlTypeParser(ast: YPart, name: String, node: YNode, adopt: (Shape) ⇒ Shape, isAnnotation: Boolean, defaultType: DefaultType)(implicit ctx: WebApiContext)
Type Members
- case class AnyShapeParser (shape: AnyShape, map: YMap) extends ShapeParser with Product with Serializable
- case class ArrayShapeParser (shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends ShapeParser with Product with Serializable
- trait CommonScalarParsingLogic extends AnyRef
- case class DataArrangementParser (name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
- case class FileShapeParser (map: YMap) extends ShapeParser with CommonScalarParsingLogic with Product with Serializable
- case class InheritanceParser (entry: YMapEntry, shape: Shape) extends RamlTypeSyntax with Product with Serializable
- case class NodeShapeParser (shape: NodeShape, map: YMap) extends ShapeParser with Product with Serializable
- case class PropertiesParser (ast: YMap, producer: (String) ⇒ PropertyShape) extends Product with Serializable
- case class PropertyShapeParser (entry: YMapEntry, producer: (String) ⇒ PropertyShape) extends Product with Serializable
- case class ScalarShapeParser (typeDef: TypeDef, shape: ScalarShape, map: YMap) extends ShapeParser with CommonScalarParsingLogic with Product with Serializable
- abstract class ShapeParser extends RamlTypeSyntax
- case class TupleShapeParser (shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends ShapeParser with Product with Serializable
- case class UnionShapeParser (map: YMap, adopt: (Shape) ⇒ Shape) extends ShapeParser with Product with Serializable
-
case class
AnnotationTypesParser
(ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
- Definition Classes
- RamlSpecParser
-
case class
UsageParser
(map: YMap, baseUnit: BaseUnit) extends Product with Serializable
- Definition Classes
- RamlSpecParser
-
case class
UserDocumentationsParser
(seq: Seq[YNode], declarations: WebApiDeclarations, parent: String) extends Product with Serializable
- Definition Classes
- RamlSpecParser
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val adopt: (Shape) ⇒ Shape
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ast: YPart
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
val
ctx: WebApiContext
- Definition Classes
- RamlTypeParser → BaseSpecParser
- val defaultType: DefaultType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val isAnnotation: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val node: YNode
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def parse(): Option[Shape]
-
def
parseAnnotationTypeDeclarations(map: YMap, customProperties: String): Unit
- Definition Classes
- RamlSpecParser
- def parseArrayType(): Shape
-
def
parseDeclarations(root: Root, map: YMap): Unit
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
def
parseParameterDeclarations(key: String, map: YMap, parentPath: String): Unit
- Definition Classes
- RamlSpecParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
AnnotationTypesParser
extends RamlTypeSyntax with Serializable
- Definition Classes
- RamlSpecParser