Packages

case class InlineOasTypeParser(entryOrNode: YMapEntryLike, name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: SchemaVersion, isDeclaration: Boolean = false)(implicit ctx: OasLikeWebApiContext) extends OasSpecParser with Product with Serializable

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

Instance Constructors

  1. new InlineOasTypeParser(entryOrNode: YMapEntryLike, name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: SchemaVersion, isDeclaration: Boolean = false)(implicit ctx: OasLikeWebApiContext)

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 AnnotationTypesParser(ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  5. case class LinkedAnnotationTypeParser(ast: YPart, annotationName: String, scalar: YScalar, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  6. case class UsageParser(map: YMap, baseUnit: BaseUnit) extends Product with Serializable
    Definition Classes
    OasSpecParser
  7. case class UserDocumentationParser(seq: Seq[YNode]) extends Product with Serializable
    Definition Classes
    OasSpecParser
  8. abstract class AnyShapeParser extends ShapeParser
  9. case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
  10. case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with DataArrangementShapeParser with Product with Serializable
  11. trait CommonScalarParsingLogic extends AnyRef
  12. case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
  13. trait DataArrangementShapeParser extends AnyShapeParser
  14. case class DiscriminatorParser(shape: NodeShape, entry: YMapEntry) extends Product with Serializable
  15. case class FileShapeParser(typeDef: TypeDef, shape: FileShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  16. case class NodeShapeParser(shape: NodeShape, map: YMap)(implicit ctx: OasLikeWebApiContext) extends AnyShapeParser with Product with Serializable
  17. case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  18. case class PropertiesParser(map: YMap, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean = false) extends Product with Serializable
  19. case class PropertyShapeParser(entry: YMapEntry, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean) extends Product with Serializable
  20. case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  21. case class SchemaShapeParser(shape: SchemaShape, map: YMap)(implicit errorHandler: ParserErrorHandler) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  22. abstract class ShapeParser extends AnyRef
  23. case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with DataArrangementShapeParser with Product with Serializable
  24. case class UnionShapeParser(nodeOrEntry: YMapEntryLike, name: String) extends AnyShapeParser with Product with Serializable
  25. case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable

Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OasSpecParser

Inherited from WebApiBaseSpecParser

Inherited from DeclarationKeyCollector

Inherited from SpecParserOps

Inherited from BaseSpecParser

Inherited from AnyRef

Inherited from Any

Ungrouped