Packages

abstract class WebApiContext extends ParserContext with SpecAwareContext with PlatformSecrets

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApiContext
  2. PlatformSecrets
  3. SpecAwareContext
  4. ParserContext
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. IllegalTypeHandler
  10. ParseErrorHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebApiContext(loc: String, refs: Seq[ParsedReference], options: ParsingOptions, wrapped: ParserContext, declarationsOption: Option[WebApiDeclarations] = None)

Abstract Value Members

  1. abstract def autoGeneratedAnnotation(s: Shape): Unit
  2. abstract val factory: SpecVersionFactory
    Definition Classes
    SpecAwareContext
  3. abstract def ignore(shape: String, property: String): Boolean
    Attributes
    protected
  4. abstract def link(node: YNode): Either[String, YNode]
  5. abstract val syntax: SpecSyntax
  6. abstract val vendor: Vendor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDeclarationKey(key: DeclarationKey): Unit
  5. def addSonRef(ref: BaseUnit): WebApiContext.this.type
    Definition Classes
    ParserContext
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def basePath(path: String): String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def closedShape(node: String, ast: YMap, shape: String, syntax: SpecSyntax): Unit
    Attributes
    protected
  10. def closedShape(node: String, ast: YMap, shape: String): Unit

    Validate closed shape.

  11. def computeJsonSchemaVersion(rootAst: YNode): JSONSchemaVersion
  12. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  13. val declarations: WebApiDeclarations
  14. val eh: ParserErrorHandler
    Definition Classes
    ParserContext
  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. def findJsonSchema(url: String): Option[AnyShape]
  18. def findLocalJSONPath(path: String): Option[(String, Either[YNode, YMapEntry])]
  19. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  20. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getDeclarationKeys: List[DeclarationKey]
  23. def getEntryKey(entry: YMapEntry): String
  24. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  25. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ParserContext → IllegalTypeHandler
  26. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ParserContext → ParseErrorHandler
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. var jsonSchemaRefGuide: JsonSchemaRefGuide
  29. val loc: String
  30. var localJSONSchemaContext: Option[YNode]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def nextValidation(node: String, shape: String, ast: YMap): Unit
    Attributes
    protected
  33. def normalizedJsonPointer(url: String): String
    Attributes
    protected
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations())(implicit ctx: WebApiContext): Option[YNode]
  37. val options: ParsingOptions
  38. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
  39. val parserRun: Int
    Definition Classes
    ParserContext
  40. val platform: Platform
    Definition Classes
    PlatformSecrets
  41. val plugins: PluginContext
    Definition Classes
    ParserContext
  42. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  43. def registerJsonSchema(url: String, shape: AnyShape): Unit
  44. def resolvedPath(base: String, str: String): String
  45. val rootContextDocument: String
    Definition Classes
    ParserContext
  46. def setJsonSchemaAST(value: YNode): Unit
  47. def shouldSkipDot(base: String, path: String): Boolean
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def throwClosedShapeError(node: String, message: String, entry: YPart, isWarning: Boolean = false): Unit
    Attributes
    protected
  50. def validateRefFormatWithError(ref: String): Boolean
  51. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformSecrets

Inherited from SpecAwareContext

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IllegalTypeHandler

Inherited from ParseErrorHandler

Inherited from AnyRef

Inherited from Any

Ungrouped