case class Raml08TypeParser(entryOrNode: YMapEntryLike, key: YNode, adopt: (Shape) ⇒ Unit, typeInfo: TypeInfo, defaultType: DefaultType)(implicit ctx: ShapeParserContext) extends RamlTypeParser with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Raml08TypeParser
- Serializable
- Serializable
- Product
- Equals
- RamlTypeParser
- RamlTypeEntryParser
- QuickFieldParserOps
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Raml08TypeParser(entryOrNode: YMapEntryLike, key: YNode, adopt: (Shape) ⇒ Unit, typeInfo: TypeInfo, defaultType: DefaultType)(implicit ctx: ShapeParserContext)
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 Raml08ReferenceParser(text: String, node: YNode, name: String)(implicit ctx: ShapeParserContext) extends Product with Serializable
- case class Raml08SchemaParser(map: YMap, adopt: (Shape) ⇒ Unit)(implicit ctx: ShapeParserContext) extends Product with Serializable
- case class Raml08TextParser(value: YNode, adopt: (Shape) ⇒ Unit, name: String, defaultType: DefaultType)(implicit ctx: ShapeParserContext) extends Product with Serializable
-
case class
AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
abstract
class
AnyShapeParser extends ShapeParser with ExampleParser
- Definition Classes
- RamlTypeParser
-
case class
AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
- Definition Classes
- RamlTypeParser
-
trait
CommonScalarParsingLogic extends AnyRef
- Definition Classes
- RamlTypeParser
-
case class
DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
FileShapeParser(node: YNode, file: FileShape, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- Definition Classes
- RamlTypeParser
-
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
-
case class
NilShapeParser(shape: NilShape, map: YMap) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
NodeShapeParser(shape: NodeShape, map: YMap) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
PropertiesParser(ast: YMap, parent: String) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
PropertyShapeParser(entry: YMapEntry, parent: String) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- Definition Classes
- RamlTypeParser
-
trait
SchemaUsageRestrictions extends AnyRef
- Definition Classes
- RamlTypeParser
-
abstract
class
ShapeParser extends RamlTypeSyntax
- Definition Classes
- RamlTypeParser
-
case class
TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
UnionShapeParser(map: YMap, shape: UnionShape) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
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 Raml08TypeParser to any2stringadd[Raml08TypeParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Raml08TypeParser, B)
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to ArrowAssoc[Raml08TypeParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val adopt: (Shape) ⇒ Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
ast: YPart
- Attributes
- protected
- Definition Classes
- RamlTypeParser
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
val
ctx: ShapeParserContext
- Definition Classes
- Raml08TypeParser → RamlTypeParser
- val defaultType: DefaultType
-
def
ensuring(cond: (Raml08TypeParser) ⇒ Boolean, msg: ⇒ Any): Raml08TypeParser
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to Ensuring[Raml08TypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Raml08TypeParser) ⇒ Boolean): Raml08TypeParser
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to Ensuring[Raml08TypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Raml08TypeParser
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to Ensuring[Raml08TypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Raml08TypeParser
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to Ensuring[Raml08TypeParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- val entryOrNode: YMapEntryLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to StringFormat[Raml08TypeParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLexical: (Annotation) ⇒ Boolean
- Definition Classes
- RamlTypeParser
- val key: YNode
-
val
name: String
- Definition Classes
- RamlTypeParser
-
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
- Definition Classes
- RamlTypeParser
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parse(): Option[AnyShape]
- Definition Classes
- Raml08TypeParser → RamlTypeParser
-
def
parseArrayType(): Shape
- Definition Classes
- RamlTypeParser
-
def
parseDefaultType(defaultType: DefaultType): Shape
- Definition Classes
- RamlTypeParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val typeInfo: TypeInfo
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlTypeEntryParser
-
def
typeParser(entry: YMapEntry, adopt: (Shape) ⇒ Unit, isAnnotation: Boolean, default: DefaultType): RamlTypeParser
- Definition Classes
- Raml08TypeParser → RamlTypeParser
-
def
typeParser(entry: YMapEntryLike, name: String, adopt: (Shape) ⇒ Unit, isAnnotation: Boolean, default: DefaultType): RamlTypeParser
- Definition Classes
- Raml08TypeParser → RamlTypeParser
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (Raml08TypeParser, B)
- Implicit
- This member is added by an implicit conversion from Raml08TypeParser to ArrowAssoc[Raml08TypeParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
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.