abstract class WebApiContext extends ShapeParserContext with DeclarationContext with SpecAwareContext

Linear Supertypes
SpecAwareContext, DeclarationContext, ShapeParserContext, IllegalTypeHandler, ParseErrorHandler, JsonSchemaInference, ExtensionsContext, DataNodeParserContext, ParserContext, Serializable, Serializable, Product, Equals, UnresolvedComponents, ErrorHandlingContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApiContext
  2. SpecAwareContext
  3. DeclarationContext
  4. ShapeParserContext
  5. IllegalTypeHandler
  6. ParseErrorHandler
  7. JsonSchemaInference
  8. ExtensionsContext
  9. DataNodeParserContext
  10. ParserContext
  11. Serializable
  12. Serializable
  13. Product
  14. Equals
  15. UnresolvedComponents
  16. ErrorHandlingContext
  17. AnyRef
  18. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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, nodeRefIds: Map[YNode, String] = mutable.Map.empty, specSettings: SpecSettings)

Type Members

  1. case class DefaultSemanticExtensionsFacadeBuilder extends SemanticExtensionsFacadeBuilder with Product with Serializable
    Definition Classes
    ShapeParserContext

Abstract Value Members

  1. abstract def autoGeneratedAnnotation(s: Shape): Unit
  2. abstract val factory: SpecVersionFactory
    Definition Classes
    SpecAwareContext

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WebApiContext to any2stringadd[WebApiContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WebApiContext, B)
    Implicit
    This member is added by an implicit conversion from WebApiContext to ArrowAssoc[WebApiContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addDeclaredShape(shape: Shape): Unit
    Definition Classes
    ShapeParserContext
  7. def addNodeRefIds(ids: Map[YNode, String]): Unit
    Definition Classes
    ShapeParserContext
  8. def addPromotedFragments(fragments: Seq[Fragment]): Unit
    Definition Classes
    ShapeParserContext
  9. def addSonRef(ref: BaseUnit): WebApiContext.this.type
    Definition Classes
    ParserContext
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def closedShape(node: AmfObject, ast: YMap, shape: String): Unit
    Definition Classes
    ShapeParserContext
  13. val closedShapeValidator: ClosedShapeValidator
    Attributes
    protected
  14. def computeExtensions: Map[String, Dialect]
    Attributes
    protected
    Definition Classes
    ExtensionsContext
  15. def computeJsonSchemaVersion(ast: YNode): SchemaVersion
    Definition Classes
    ShapeParserContext
  16. val config: ParseConfiguration
    Definition Classes
    ParserContext
  17. def copyForBase(unit: BaseUnit): ShapeParserContext
    Definition Classes
    ShapeParserContext
  18. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  19. val declarations: WebApiDeclarations
    Definition Classes
    WebApiContext → DeclarationContext → ExtensionsContext
  20. val declarationsOption: Option[ShapeDeclarations]
    Definition Classes
    ExtensionsContext
  21. val defaultSchemaVersion: SchemaVersion
    Definition Classes
    ShapeParserContext → JsonSchemaInference
  22. def eh: AMFErrorHandler
    Definition Classes
    ShapeParserContext → ParserContext → UnresolvedComponents → ErrorHandlingContext
  23. def ensuring(cond: (WebApiContext) ⇒ Boolean, msg: ⇒ Any): WebApiContext
    Implicit
    This member is added by an implicit conversion from WebApiContext to Ensuring[WebApiContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (WebApiContext) ⇒ Boolean): WebApiContext
    Implicit
    This member is added by an implicit conversion from WebApiContext to Ensuring[WebApiContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): WebApiContext
    Implicit
    This member is added by an implicit conversion from WebApiContext to Ensuring[WebApiContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): WebApiContext
    Implicit
    This member is added by an implicit conversion from WebApiContext to Ensuring[WebApiContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def extensionsFacadeBuilder: SemanticExtensionsFacadeBuilder
    Definition Classes
    ShapeParserContext
  29. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  30. def findCachedJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    ShapeParserContext
  31. def findDeclaredTypeInDocFragment(doc: String, name: String): Option[Shape]
    Definition Classes
    ShapeParserContext
  32. def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[CreativeWork]
    Definition Classes
    ShapeParserContext
  33. def findExample(key: String, scope: Scope): Option[Example]
    Definition Classes
    ShapeParserContext
  34. def findInExternals(url: String): Option[AnyShape]
    Definition Classes
    ShapeParserContext
  35. def findInExternalsLibs(lib: String, name: String): Option[AnyShape]
    Definition Classes
    ShapeParserContext
  36. def findLocalJSONPath(path: String): Option[YMapEntryLike]
    Definition Classes
    ShapeParserContext
  37. def findNamedExample(key: String, error: Option[(String) ⇒ Unit]): Option[Example]
    Definition Classes
    ShapeParserContext
  38. def findNamedExampleOrError(ast: YPart)(key: String): Example
    Definition Classes
    ShapeParserContext
  39. def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[AnyShape]
    Definition Classes
    ShapeParserContext
  40. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  41. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WebApiContext to StringFormat[WebApiContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  42. def fragments: Map[String, FragmentRef]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  43. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext → UnresolvedComponents
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def getEntryKey(entry: YMapEntry): String
  46. def getInheritedDeclarations: Option[ShapeDeclarations]
    Definition Classes
    ShapeParserContext
  47. def getJsonSchemaRefGuide: JsonSchemaRefGuide
    Definition Classes
    ShapeParserContext
  48. def getLocalJsonSchemaContext: Option[YNode]
    Definition Classes
    ShapeParserContext
  49. def getMaxYamlJsonDepth: Option[Int]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  50. def getMaxYamlReferences: Option[Int]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  51. def getSemanticContext: Option[SemanticContext]
    Definition Classes
    ShapeParserContext
  52. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  53. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ShapeParserContext → ParseErrorHandler
  54. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ShapeParserContext → IllegalTypeHandler
  55. def ignoreCriteria: IgnoreCriteria
    Definition Classes
    ShapeParserContext
  56. var indexCache: Map[String, AstIndex]
    Definition Classes
    ShapeParserContext
  57. def isAsyncContext: Boolean
    Definition Classes
    ShapeParserContext
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. def isMainFileContext: Boolean
    Definition Classes
    ShapeParserContext
  60. def isOas2Context: Boolean
    Definition Classes
    ShapeParserContext
  61. def isOas2Syntax: Boolean
    Definition Classes
    ShapeParserContext
  62. def isOas3Context: Boolean
    Definition Classes
    ShapeParserContext
  63. def isOas3Syntax: Boolean
    Definition Classes
    ShapeParserContext
  64. def isOasLikeContext: Boolean
    Definition Classes
    ShapeParserContext
  65. def isRamlContext: Boolean
    Definition Classes
    ShapeParserContext
  66. var jsonSchemaRefGuide: JsonSchemaRefGuide
    Attributes
    protected
    Definition Classes
    ShapeParserContext
  67. def libraries: Map[String, Declarations]
    Definition Classes
    ShapeParserContext
  68. def link(node: YNode): Either[String, YNode]
    Definition Classes
    ShapeParserContext
  69. def linkTypes: Boolean
    Definition Classes
    ShapeParserContext
  70. val loc: String
    Definition Classes
    ExtensionsContext
  71. def makeJsonSchemaContextForParsing(url: String, document: Root, options: ParsingOptions): ShapeParserContext
    Definition Classes
    ShapeParserContext
  72. def moveToReference(loc: String): WebApiContext.this.type
    Attributes
    protected
    Definition Classes
    ShapeParserContext
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. val nodeRefIds: Map[YNode, String]
    Definition Classes
    ExtensionsContext
  75. def normalizedJsonPointer(url: String): String
    Attributes
    protected
    Definition Classes
    ShapeParserContext
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  78. def obtainRemoteYNode(ref: String): Option[YNode]
    Definition Classes
    ShapeParserContext
  79. val options: ParsingOptions
    Definition Classes
    ExtensionsContext
  80. def parseSchemaVersion(ast: YNode, errorHandler: AMFErrorHandler): SchemaVersion
    Definition Classes
    JsonSchemaInference
  81. def parsingOptions: ParsingOptions
    Definition Classes
    ParserContext
  82. def promoteExternalToDataTypeFragment(text: String, fullRef: String, shape: Shape): Unit
    Definition Classes
    ShapeParserContext
  83. def promotedFragments: Seq[Fragment]
    Definition Classes
    ShapeParserContext
  84. def ramlContextType: Option[RamlWebApiContextType]
    Definition Classes
    ShapeParserContext
  85. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  86. def registerExternalLib(url: String, content: Map[String, AnyShape]): Unit
    Definition Classes
    ShapeParserContext
  87. def registerExternalRef(external: (String, AnyShape)): Unit
    Definition Classes
    ShapeParserContext
  88. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    ShapeParserContext
  89. def removeLocalJsonSchemaContext: Unit
    Definition Classes
    ShapeParserContext
  90. val rootContextDocument: String
    Definition Classes
    ParserContext
  91. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    ShapeParserContext
  92. def setJsonSchemaRefGuide(refGuide: JsonSchemaRefGuide): Unit
    Attributes
    protected
  93. def shapes: Map[String, Shape]
    Definition Classes
    ShapeParserContext
  94. def spec: Spec
    Definition Classes
    ShapeParserContext
  95. def syamleh: SyamlAMFErrorHandler
    Definition Classes
    ShapeParserContext
  96. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  97. def syntax: SpecSyntax
    Definition Classes
    ShapeParserContext
  98. def toJsonSchema(root: String, refs: Seq[ParsedReference]): ShapeParserContext
    Definition Classes
    ShapeParserContext
  99. def toJsonSchema(): ShapeParserContext
    Definition Classes
    ShapeParserContext
  100. def toOas: ShapeParserContext
    Definition Classes
    ShapeParserContext
  101. def toRaml08: ShapeParserContext
    Definition Classes
    ShapeParserContext
  102. def toRaml10: ShapeParserContext
    Definition Classes
    ShapeParserContext
  103. def validateRefFormatWithError(ref: String): Boolean
    Definition Classes
    ShapeParserContext
  104. def violation(specification: ValidationSpecification, node: String, message: String, loc: SourceLocation): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  105. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  106. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  107. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  109. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. def withSemanticContext(sc: Option[SemanticContext]): Unit
    Definition Classes
    ShapeParserContext
  111. def [B](y: B): (WebApiContext, B)
    Implicit
    This member is added by an implicit conversion from WebApiContext to ArrowAssoc[WebApiContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SpecAwareContext

Inherited from DeclarationContext

Inherited from ShapeParserContext

Inherited from IllegalTypeHandler

Inherited from ParseErrorHandler

Inherited from JsonSchemaInference

Inherited from ExtensionsContext

Inherited from DataNodeParserContext

Inherited from ParserContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UnresolvedComponents

Inherited from ErrorHandlingContext

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from WebApiContext to any2stringadd[WebApiContext]

Inherited by implicit conversion StringFormat from WebApiContext to StringFormat[WebApiContext]

Inherited by implicit conversion Ensuring from WebApiContext to Ensuring[WebApiContext]

Inherited by implicit conversion ArrowAssoc from WebApiContext to ArrowAssoc[WebApiContext]

Ungrouped