sealed abstract class RamlTypeParser extends RamlSpecParser
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RamlTypeParser
- RamlSpecParser
- WebApiBaseSpecParser
- SpecParserOps
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- SpecParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- SpecParserOps
-
trait
Target extends AnyRef
- Definition Classes
- SpecParserOps
- case class AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- abstract class AnyShapeParser extends ShapeParser with ExampleParser
- case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
- case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with SchemaUsageRestrictions 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(node: YNode, file: FileShape, adopt: (Shape) ⇒ Shape) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- case class InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlTypeSyntax with SchemaUsageRestrictions with Product with Serializable
- case class NilShapeParser(shape: NilShape, map: YMap) extends AnyShapeParser with Product with Serializable
- case class NodeShapeParser(shape: NodeShape, map: YMap) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
- case class NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- case class OrConstraintParser(map: YMap, shape: Shape) extends 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 AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- trait SchemaUsageRestrictions extends AnyRef
- abstract class ShapeParser extends RamlTypeSyntax
- case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- case class UnionShapeParser(map: YMap, shape: UnionShape) extends AnyShapeParser with Product with Serializable
- case class XoneConstraintParser(map: YMap, shape: Shape) extends 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
Abstract Value Members
- abstract def typeParser: (Either[YMapEntry, YNode], String, (Shape) ⇒ Shape, Boolean, DefaultType) ⇒ RamlTypeParser
Concrete Value Members
-
object
EmptyTarget extends Target with Product with Serializable
- Definition Classes
- SpecParserOps
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
ast: YPart
- Attributes
- protected
-
def
checkBalancedParams(path: String, value: YNode, node: String, property: String, ctx: WebApiContext): Unit
- Attributes
- protected
- Definition Classes
- SpecParserOps
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
val
ctx: RamlWebApiContext
- Definition Classes
- RamlTypeParser → BaseSpecParser
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nestedTypeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
val
node: YNode
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(): Option[Shape]
- def parseArrayType(): Shape
- def parseDefaultType(defaultType: DefaultType): Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
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( ... ) @native()
-
object
AnnotationTypesParser extends RamlTypeSyntax with Serializable
- Definition Classes
- RamlSpecParser