Packages

case class OasTypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: JSONSchemaVersion)(implicit ctx: OasWebApiContext) extends OasSpecParser with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OasSpecParser, WebApiBaseSpecParser, SpecParserOps, BaseSpecParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OasTypeParser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OasSpecParser
  7. WebApiBaseSpecParser
  8. SpecParserOps
  9. BaseSpecParser
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OasTypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: JSONSchemaVersion)(implicit ctx: OasWebApiContext)

Type Members

  1. implicit class FieldOps extends AnyRef
    Definition Classes
    SpecParserOps
  2. class ObjectField extends (YMapEntry) ⇒ Unit
    Definition Classes
    SpecParserOps
  3. trait Target extends AnyRef
    Definition Classes
    SpecParserOps
  4. case class AllOfParser(array: Seq[YNode], adopt: (Shape) ⇒ Unit) extends Product with Serializable
  5. case class AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  6. abstract class AnyShapeParser extends ShapeParser
  7. case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
  8. case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
  9. trait CommonScalarParsingLogic extends AnyRef
  10. case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
  11. case class DiscriminatorParser(shape: NodeShape, entry: YMapEntry) extends Product with Serializable
  12. case class FileShapeParser(typeDef: TypeDef, shape: FileShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  13. case class NodeShapeParser(shape: NodeShape, map: YMap)(implicit ctx: OasWebApiContext) extends AnyShapeParser with Product with Serializable
  14. case class NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  15. case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  16. case class PropertiesParser(map: YMap, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean = false) extends Product with Serializable
  17. case class Property(typeDef: TypeDef = UndefinedType) extends Product with Serializable
  18. case class PropertyShapeParser(entry: YMapEntry, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean) extends Product with Serializable
  19. case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  20. case class SchemaShapeParser(shape: SchemaShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  21. abstract class ShapeParser extends AnyRef
  22. case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
  23. case class UnionShapeParser(nodeOrEntry: Either[YMapEntry, YNode], name: String) extends AnyShapeParser with Product with Serializable
  24. case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  25. case class AnnotationTypesParser(ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  26. case class LinkedAnnotationTypeParser(ast: YPart, annotationName: String, scalar: YScalar, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  27. case class UsageParser(map: YMap, baseUnit: BaseUnit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  28. case class UserDocumentationParser(seq: Seq[YNode]) extends Product with Serializable
    Definition Classes
    OasSpecParser

Value Members

  1. object EmptyTarget extends Target with Product with Serializable
    Definition Classes
    SpecParserOps
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val adopt: (Shape) ⇒ Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkBalancedParams(path: String, value: YNode, node: String, property: String, ctx: WebApiContext): Unit
    Attributes
    protected
    Definition Classes
    SpecParserOps
  8. def checkNilUnion(parsed: AnyShape): AnyShape
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. implicit val ctx: OasWebApiContext
    Definition Classes
    OasTypeParser → BaseSpecParser
  11. val entryOrNode: Either[YMapEntry, YNode]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isOas: Boolean
    Attributes
    protected
  17. def isOas3: Boolean
    Attributes
    protected
  18. val map: YMap
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parse(): Option[AnyShape]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def validateUnionType(): Unit
  26. val version: JSONSchemaVersion
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. object AnnotationTypesParser extends Serializable
    Definition Classes
    OasSpecParser

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OasSpecParser

Inherited from WebApiBaseSpecParser

Inherited from SpecParserOps

Inherited from BaseSpecParser

Inherited from AnyRef

Inherited from Any

Ungrouped