Packages

abstract class AsyncWebApiContext extends OasLikeWebApiContext

Linear Supertypes
OasLikeWebApiContext, WebApiContext, JsonSchemaInference, PlatformSecrets, SpecAwareContext, ParserContext, Serializable, Serializable, Product, Equals, IllegalTypeHandler, ParseErrorHandler, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncWebApiContext
  2. OasLikeWebApiContext
  3. WebApiContext
  4. JsonSchemaInference
  5. PlatformSecrets
  6. SpecAwareContext
  7. ParserContext
  8. Serializable
  9. Serializable
  10. Product
  11. Equals
  12. IllegalTypeHandler
  13. ParseErrorHandler
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncWebApiContext(loc: String, refs: Seq[ParsedReference], options: ParsingOptions, wrapped: ParserContext, ds: Option[AsyncWebApiDeclarations] = None, operationIds: Set[String] = mutable.HashSet())

Abstract Value Members

  1. abstract val factory: AsyncSpecVersionFactory
  2. abstract def makeCopy(): OasLikeWebApiContext
    Definition Classes
    OasLikeWebApiContext
  3. abstract val syntax: SpecSyntax
    Definition Classes
    WebApiContext
  4. abstract val vendor: Vendor
    Definition Classes
    WebApiContext

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
    Definition Classes
    WebApiContext
  5. def addSonRef(ref: BaseUnit): AsyncWebApiContext.this.type
    Definition Classes
    ParserContext
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autoGeneratedAnnotation(s: Shape): Unit
    Definition Classes
    OasLikeWebApiContextWebApiContext
  8. def basePath(path: String): String
    Definition Classes
    WebApiContext
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def closedShape(node: String, ast: YMap, shape: String, syntax: SpecSyntax): Unit
    Attributes
    protected
    Definition Classes
    WebApiContext
  11. def closedShape(node: String, ast: YMap, shape: String): Unit

    Validate closed shape.

    Validate closed shape.

    Definition Classes
    WebApiContext
  12. def computeJsonSchemaVersion(ast: YNode): SchemaVersion
    Definition Classes
    WebApiContext
  13. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  14. val declarations: AsyncWebApiDeclarations
  15. val defaultSchemaVersion: JSONSchemaVersion
  16. val eh: ParserErrorHandler
    Definition Classes
    ParserContext
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findJsonPathIn(index: AstIndex, path: String): Option[YMapEntryLike]
    Definition Classes
    WebApiContext
  20. def findJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    WebApiContext
  21. def findLocalJSONPath(path: String): Option[YMapEntryLike]
    Definition Classes
    WebApiContext
  22. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  23. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getDeclarationKeys: List[DeclarationKey]
    Definition Classes
    WebApiContext
  26. def getEntryKey(entry: YMapEntry): String
    Definition Classes
    WebApiContext
  27. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  28. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ParserContext → IllegalTypeHandler
  29. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ParserContext → ParseErrorHandler
  30. def ignore(shape: String, property: String): Boolean
    Definition Classes
    OasLikeWebApiContextWebApiContext
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isMainFileContext: Boolean
    Definition Classes
    OasLikeWebApiContext
  33. var jsonSchemaRefGuide: JsonSchemaRefGuide
    Definition Classes
    WebApiContext
  34. def link(node: YNode): Either[String, YNode]
    Definition Classes
    OasLikeWebApiContextWebApiContext
  35. val linkTypes: Boolean
    Definition Classes
    OasLikeWebApiContext
  36. val loc: String
    Definition Classes
    WebApiContext
  37. var localJSONSchemaContext: Option[YNode]
    Definition Classes
    WebApiContext
  38. def moveToReference(loc: String): AsyncWebApiContext.this.type
    Definition Classes
    OasLikeWebApiContext
  39. def navigateToRemoteYNode[T <: OasLikeWebApiContext](ref: String)(implicit ctx: T): Option[RemoteNodeNavigation[T]]
    Definition Classes
    OasLikeWebApiContext
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def nextValidation(node: String, shape: String, ast: YMap): Unit
    Attributes
    protected
    Definition Classes
    WebApiContext
  42. def normalizedJsonPointer(url: String): String
    Attributes
    protected
    Definition Classes
    WebApiContext
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations())(implicit ctx: WebApiContext): Option[YNode]
    Definition Classes
    WebApiContext
  46. val options: ParsingOptions
    Definition Classes
    WebApiContext
  47. def parseRemoteJSONPath(ref: String): Option[AnyShape]
    Definition Classes
    OasLikeWebApiContext
  48. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
    Definition Classes
    WebApiContext
  49. def parseSchemaVersion(ast: YNode, errorHandler: ErrorHandler): SchemaVersion
    Definition Classes
    JsonSchemaInference
  50. val parserRun: Int
    Definition Classes
    ParserContext
  51. val platform: Platform
    Definition Classes
    PlatformSecrets
  52. val plugins: PluginContext
    Definition Classes
    ParserContext
  53. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  54. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    WebApiContext
  55. def registerOperationId(id: String): Boolean

    Used for accumulating operation ids.

    Used for accumulating operation ids. returns true if id was not present, and false if operation being added is already present.

    Definition Classes
    OasLikeWebApiContext
  56. def resolvedPath(base: String, str: String): String
    Definition Classes
    WebApiContext
  57. val rootContextDocument: String
    Definition Classes
    ParserContext
  58. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    WebApiContext
  59. val shapesThatDontPermitRef: List[String]
    Definition Classes
    OasLikeWebApiContext
  60. def shouldSkipDot(base: String, path: String): Boolean
    Definition Classes
    WebApiContext
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def throwClosedShapeError(node: String, message: String, entry: YPart, isWarning: Boolean = false): Unit
    Attributes
    protected
    Definition Classes
    WebApiContext
  63. def validateRefFormatWithError(ref: String): Boolean
    Definition Classes
    AsyncWebApiContextWebApiContext
  64. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from OasLikeWebApiContext

Inherited from WebApiContext

Inherited from JsonSchemaInference

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