sealed abstract class RamlTypeParser extends QuickFieldParserOps with RamlTypeEntryParser
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RamlTypeParser
- RamlTypeEntryParser
- QuickFieldParserOps
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- QuickFieldParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- QuickFieldParserOps
-
trait
Target extends AnyRef
- Definition Classes
- QuickFieldParserOps
- 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) ⇒ Unit) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- case class InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: ShapeParserContext) extends QuickFieldParserOps 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, parent: String) extends Product with Serializable
- case class PropertyShapeParser(entry: YMapEntry, parent: String) 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
Abstract Value Members
- abstract def typeParser: (YMapEntryLike, String, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser
Concrete Value Members
-
object
EmptyTarget extends Target with Product with Serializable
- Definition Classes
- QuickFieldParserOps
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to any2stringadd[RamlTypeParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RamlTypeParser, B)
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to ArrowAssoc[RamlTypeParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
ast: YPart
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val ctx: ShapeParserContext
-
def
ensuring(cond: (RamlTypeParser) ⇒ Boolean, msg: ⇒ Any): RamlTypeParser
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RamlTypeParser) ⇒ Boolean): RamlTypeParser
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RamlTypeParser
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RamlTypeParser
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to StringFormat[RamlTypeParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
- def isLexical: (Annotation) ⇒ Boolean
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nestedTypeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlTypeEntryParser
-
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
- RamlTypeEntryParser
-
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()
-
def
→[B](y: B): (RamlTypeParser, B)
- Implicit
- This member is added by an implicit conversion from RamlTypeParser to ArrowAssoc[RamlTypeParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc