abstract class WebApiContext extends ParserContext with SpecAwareContext with PlatformSecrets

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

Instance Constructors

  1. new WebApiContext(loc: String, refs: Seq[ParsedReference], wrapped: ParserContext, ds: Option[WebApiDeclarations] = None, eh: Option[ErrorHandler])

Abstract Value Members

  1. abstract val factory: SpecVersionFactory
    Definition Classes
    SpecAwareContext
  2. abstract def ignore(shape: String, property: String): Boolean
  3. abstract def link(node: YNode): Either[String, YNode]
  4. abstract val syntax: SpecSyntax
  5. 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 addSonRef(ref: BaseUnit): WebApiContext.this.type
    Definition Classes
    ParserContext
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def basePath(path: String): String
  7. def checkDuplicates(node: String, ast: YMap, shape: String, annotation: Boolean): Set[String]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def closedShape(node: String, ast: YMap, shape: String, annotation: Boolean = false): Unit

    Validate closed shape.

  10. def computeJsonSchemaVersion(rootAst: YNode): JSONSchemaVersion
  11. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  12. val declarations: WebApiDeclarations
  13. val eh: Option[ErrorHandler]
    Definition Classes
    WebApiContext → ParserContext
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findJsonSchema(url: String): Option[AnyShape]
  17. def findLocalJSONPath(path: String): Option[(String, YNode)]
  18. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  19. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  22. def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ErrorHandler → ParseErrorHandler
  23. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ErrorHandler → IllegalTypeHandler
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val loc: String
  26. var localJSONSchemaContext: Option[YNode]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def normalizedJsonPointer(url: String): String
    Attributes
    protected
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def parseRemoteJSONPath(fileUrl: String)(implicit ctx: OasWebApiContext): Option[AnyShape]
  32. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
  33. val parserCount: Int
    Definition Classes
    ParserContext
  34. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ErrorHandler
  35. val platform: Platform
    Definition Classes
    PlatformSecrets
  36. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  37. def registerJsonSchema(url: String, shape: AnyShape): Unit
  38. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    ParserContext → ErrorHandler
  39. def resolvedPath(base: String, str: String): String
  40. val rootContextDocument: String
    Definition Classes
    ParserContext
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def violation(node: String, message: String): Unit
    Definition Classes
    ParserContext
  43. def violation(node: String, message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  44. def violation(node: String, message: String, location: String): Unit
    Definition Classes
    ErrorHandler
  45. def violation(node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  46. def violation(id: String, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  47. def violation(id: String, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  48. def violation(message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  49. def violation(id: String, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  50. def violation(id: String, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  51. def violation(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  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
    @native() @throws( ... )
  55. def warning(id: String, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  56. def warning(node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  57. def warning(id: String, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  58. def warning(id: String, node: String, property: Option[String], message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  59. def warning(message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  60. def warning(id: String, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  61. def warning(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler

Inherited from PlatformSecrets

Inherited from SpecAwareContext

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorHandler

Inherited from ParseErrorHandler

Inherited from IllegalTypeHandler

Inherited from AnyRef

Inherited from Any

Ungrouped