Packages

class Oas3WebApiContext extends OasWebApiContext

Linear Supertypes
OasWebApiContext, OasLikeWebApiContext, WebApiContext, PlatformSecrets, SpecAwareContext, ParserContext, Serializable, Serializable, Product, Equals, IllegalTypeHandler, ParseErrorHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Oas3WebApiContext
  2. OasWebApiContext
  3. OasLikeWebApiContext
  4. WebApiContext
  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 Oas3WebApiContext(loc: String, refs: Seq[ParsedReference], wrapped: ParserContext, ds: Option[OasWebApiDeclarations] = None, options: ParsingOptions = ParsingOptions())

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

    Validate closed shape.

    Validate closed shape.

    Definition Classes
    WebApiContext
  10. def computeJsonSchemaVersion(rootAst: YNode): JSONSchemaVersion
    Definition Classes
    WebApiContext
  11. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  12. val declarations: OasWebApiDeclarations
  13. val eh: ParserErrorHandler
    Definition Classes
    ParserContext
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val factory: Oas3VersionFactory
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    WebApiContext
  18. def findLocalJSONPath(path: String): Option[(String, YNode)]
    Definition Classes
    WebApiContext
  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. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  23. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ParserContext → IllegalTypeHandler
  24. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ParserContext → ParseErrorHandler
  25. def ignore(shape: String, property: String): Boolean
    Definition Classes
    OasLikeWebApiContextWebApiContext
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isMainFileContext: Boolean
    Definition Classes
    OasLikeWebApiContext
  28. var jsonSchemaRefGuide: JsonSchemaRefGuide
    Definition Classes
    WebApiContext
  29. def link(node: YNode): Either[String, YNode]
    Definition Classes
    OasLikeWebApiContextWebApiContext
  30. val linkTypes: Boolean
    Definition Classes
    OasLikeWebApiContext
  31. val loc: String
    Definition Classes
    WebApiContext
  32. var localJSONSchemaContext: Option[YNode]
    Definition Classes
    WebApiContext
  33. def makeCopy(): Oas3WebApiContext
  34. def moveToReference(loc: String): Oas3WebApiContext.this.type
    Definition Classes
    OasLikeWebApiContext
  35. def navigateToRemoteYNode[T <: OasLikeWebApiContext](ref: String)(implicit ctx: T): Option[RemoteNodeNavigation[T]]
    Definition Classes
    OasLikeWebApiContext
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def normalizedJsonPointer(url: String): String
    Attributes
    protected
    Definition Classes
    WebApiContext
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations())(implicit ctx: WebApiContext): Option[YNode]
    Definition Classes
    WebApiContext
  41. val options: ParsingOptions
    Definition Classes
    WebApiContext
  42. def parseRemoteJSONPath(ref: String): Option[AnyShape]
    Definition Classes
    OasLikeWebApiContext
  43. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
    Definition Classes
    WebApiContext
  44. val parserRun: Int
    Definition Classes
    ParserContext
  45. val platform: Platform
    Definition Classes
    PlatformSecrets
  46. val plugins: PluginContext
    Definition Classes
    ParserContext
  47. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  48. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    WebApiContext
  49. 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
  50. def resolvedPath(base: String, str: String): String
    Definition Classes
    WebApiContext
  51. val rootContextDocument: String
    Definition Classes
    ParserContext
  52. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    WebApiContext
  53. val shapesThatDontPermitRef: List[String]
    Definition Classes
    OasLikeWebApiContext
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. val syntax: SpecSyntax
    Definition Classes
    Oas3WebApiContextWebApiContext
  56. def validateRefFormatWithError(ref: String): Boolean
    Definition Classes
    WebApiContext
  57. val vendor: Vendor
    Definition Classes
    Oas3WebApiContextWebApiContext
  58. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from OasWebApiContext

Inherited from OasLikeWebApiContext

Inherited from WebApiContext

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