Packages

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
Serializable, Serializable, Product, Equals, RamlSpecParser, BaseSpecParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlTypeParser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RamlSpecParser
  7. BaseSpecParser
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RamlTypeParser(ast: YPart, name: String, node: YNode, adopt: (Shape) ⇒ Shape, isAnnotation: Boolean, defaultType: DefaultType)(implicit ctx: WebApiContext)

Type Members

  1. case class AnyShapeParser (shape: AnyShape, map: YMap) extends ShapeParser with Product with Serializable
  2. case class ArrayShapeParser (shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends ShapeParser with Product with Serializable
  3. trait CommonScalarParsingLogic extends AnyRef
  4. case class DataArrangementParser (name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
  5. case class FileShapeParser (map: YMap) extends ShapeParser with CommonScalarParsingLogic with Product with Serializable
  6. case class InheritanceParser (entry: YMapEntry, shape: Shape) extends RamlTypeSyntax with Product with Serializable
  7. case class NodeShapeParser (shape: NodeShape, map: YMap) extends ShapeParser with Product with Serializable
  8. case class PropertiesParser (ast: YMap, producer: (String) ⇒ PropertyShape) extends Product with Serializable
  9. case class PropertyShapeParser (entry: YMapEntry, producer: (String) ⇒ PropertyShape) extends Product with Serializable
  10. case class ScalarShapeParser (typeDef: TypeDef, shape: ScalarShape, map: YMap) extends ShapeParser with CommonScalarParsingLogic with Product with Serializable
  11. abstract class ShapeParser extends RamlTypeSyntax
  12. case class TupleShapeParser (shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends ShapeParser with Product with Serializable
  13. case class UnionShapeParser (map: YMap, adopt: (Shape) ⇒ Shape) extends ShapeParser with Product with Serializable
  14. case class AnnotationTypesParser (ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
    Definition Classes
    RamlSpecParser
  15. case class UsageParser (map: YMap, baseUnit: BaseUnit) extends Product with Serializable
    Definition Classes
    RamlSpecParser
  16. case class UserDocumentationsParser (seq: Seq[YNode], declarations: WebApiDeclarations, parent: String) extends Product with Serializable
    Definition Classes
    RamlSpecParser

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val adopt: (Shape) ⇒ Shape
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val ast: YPart
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val ctx: WebApiContext
    Definition Classes
    RamlTypeParser → BaseSpecParser
  9. val defaultType: DefaultType
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. val isAnnotation: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val name: String
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val node: YNode
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def parse(): Option[Shape]
  21. def parseAnnotationTypeDeclarations(map: YMap, customProperties: String): Unit
    Definition Classes
    RamlSpecParser
  22. def parseArrayType(): Shape
  23. def parseDeclarations(root: Root, map: YMap): Unit
    Attributes
    protected
    Definition Classes
    RamlSpecParser
  24. def parseParameterDeclarations(key: String, map: YMap, parentPath: String): Unit
    Definition Classes
    RamlSpecParser
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. object AnnotationTypesParser extends RamlTypeSyntax with Serializable
    Definition Classes
    RamlSpecParser

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RamlSpecParser

Inherited from BaseSpecParser

Inherited from AnyRef

Inherited from Any

Ungrouped