case class Raml10TypeParser(entryOrNode: YMapEntryLike, key: YNode, adopt: (Shape) ⇒ Unit, typeInfo: TypeInfo, defaultType: DefaultType)(implicit ctx: ShapeParserContext) extends RamlTypeParser with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RamlTypeParser, RamlTypeEntryParser, QuickFieldParserOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Raml10TypeParser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RamlTypeParser
  7. RamlTypeEntryParser
  8. QuickFieldParserOps
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Raml10TypeParser(entryOrNode: YMapEntryLike, key: YNode, adopt: (Shape) ⇒ Unit, typeInfo: TypeInfo, defaultType: DefaultType)(implicit ctx: ShapeParserContext)

Type Members

  1. implicit class FieldOps extends AnyRef
    Definition Classes
    QuickFieldParserOps
  2. class ObjectField extends (YMapEntry) ⇒ Unit
    Definition Classes
    QuickFieldParserOps
  3. trait Target extends AnyRef
    Definition Classes
    QuickFieldParserOps
  4. case class AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  5. abstract class AnyShapeParser extends ShapeParser with ExampleParser
    Definition Classes
    RamlTypeParser
  6. case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
    Definition Classes
    RamlTypeParser
  7. case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
    Definition Classes
    RamlTypeParser
  8. trait CommonScalarParsingLogic extends AnyRef
    Definition Classes
    RamlTypeParser
  9. case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  10. case class FileShapeParser(node: YNode, file: FileShape, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
    Definition Classes
    RamlTypeParser
  11. case class InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: ShapeParserContext) extends QuickFieldParserOps with RamlTypeSyntax with SchemaUsageRestrictions with Product with Serializable
    Definition Classes
    RamlTypeParser
  12. case class NilShapeParser(shape: NilShape, map: YMap) extends AnyShapeParser with Product with Serializable
    Definition Classes
    RamlTypeParser
  13. case class NodeShapeParser(shape: NodeShape, map: YMap) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
    Definition Classes
    RamlTypeParser
  14. case class NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  15. case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  16. case class PropertiesParser(ast: YMap, parent: String) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  17. case class PropertyShapeParser(entry: YMapEntry, parent: String) extends Product with Serializable
    Definition Classes
    RamlTypeParser
  18. case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
    Definition Classes
    RamlTypeParser
  19. trait SchemaUsageRestrictions extends AnyRef
    Definition Classes
    RamlTypeParser
  20. abstract class ShapeParser extends RamlTypeSyntax
    Definition Classes
    RamlTypeParser
  21. case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
    Definition Classes
    RamlTypeParser
  22. case class UnionShapeParser(map: YMap, shape: UnionShape) extends AnyShapeParser with Product with Serializable
    Definition Classes
    RamlTypeParser
  23. case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
    Definition Classes
    RamlTypeParser

Value Members

  1. object EmptyTarget extends Target with Product with Serializable
    Definition Classes
    QuickFieldParserOps
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to any2stringadd[Raml10TypeParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Raml10TypeParser, B)
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to ArrowAssoc[Raml10TypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val adopt: (Shape) ⇒ Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val ast: YPart
    Attributes
    protected
    Definition Classes
    RamlTypeParser
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. implicit val ctx: ShapeParserContext
    Definition Classes
    Raml10TypeParserRamlTypeParser
  12. val defaultType: DefaultType
  13. def ensuring(cond: (Raml10TypeParser) ⇒ Boolean, msg: ⇒ Any): Raml10TypeParser
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to Ensuring[Raml10TypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Raml10TypeParser) ⇒ Boolean): Raml10TypeParser
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to Ensuring[Raml10TypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Raml10TypeParser
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to Ensuring[Raml10TypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Raml10TypeParser
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to Ensuring[Raml10TypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. val entryOrNode: YMapEntryLike
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to StringFormat[Raml10TypeParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isLexical: (Annotation) ⇒ Boolean
    Definition Classes
    RamlTypeParser
  23. val key: YNode
  24. val name: String
    Definition Classes
    RamlTypeParser
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nestedTypeOrSchema(map: YMap): Option[YMapEntry]
    Attributes
    protected
    Definition Classes
    RamlTypeEntryParser
  27. val node: YNode
    Attributes
    protected
    Definition Classes
    RamlTypeParser
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def parse(): Option[Shape]
    Definition Classes
    RamlTypeParser
  31. def parseArrayType(): Shape
    Definition Classes
    RamlTypeParser
  32. def parseDefaultType(defaultType: DefaultType): Shape
    Definition Classes
    RamlTypeParser
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val typeInfo: TypeInfo
  35. def typeOrSchema(map: YMap): Option[YMapEntry]
    Attributes
    protected
    Definition Classes
    RamlTypeEntryParser
  36. def typeParser: (YMapEntryLike, String, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser
    Definition Classes
    Raml10TypeParserRamlTypeParser
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (Raml10TypeParser, B)
    Implicit
    This member is added by an implicit conversion from Raml10TypeParser to ArrowAssoc[Raml10TypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RamlTypeParser

Inherited from RamlTypeEntryParser

Inherited from QuickFieldParserOps

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Raml10TypeParser to any2stringadd[Raml10TypeParser]

Inherited by implicit conversion StringFormat from Raml10TypeParser to StringFormat[Raml10TypeParser]

Inherited by implicit conversion Ensuring from Raml10TypeParser to Ensuring[Raml10TypeParser]

Inherited by implicit conversion ArrowAssoc from Raml10TypeParser to ArrowAssoc[Raml10TypeParser]

Ungrouped