abstract class WebApiContext extends ExtensionsContext with DeclarationContext with SpecAwareContext with PlatformSecrets with JsonSchemaInference with ParseErrorHandler with IllegalTypeHandler

Linear Supertypes
IllegalTypeHandler, ParseErrorHandler, JsonSchemaInference, PlatformSecrets, SpecAwareContext, DeclarationContext, ExtensionsContext, DataNodeParserContext, ParserContext, Serializable, Serializable, Product, Equals, UnresolvedComponents, ErrorHandlingContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApiContext
  2. IllegalTypeHandler
  3. ParseErrorHandler
  4. JsonSchemaInference
  5. PlatformSecrets
  6. SpecAwareContext
  7. DeclarationContext
  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)

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 spec: Spec
  6. abstract val syntax: SpecSyntax

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

    Validate closed shape.

  11. def computeJsonSchemaVersion(ast: YNode): SchemaVersion
  12. val config: ParseConfiguration
    Definition Classes
    ParserContext
  13. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  14. val declarations: WebApiDeclarations
    Definition Classes
    ExtensionsContext
  15. val declarationsOption: Option[WebApiDeclarations]
    Definition Classes
    ExtensionsContext
  16. val defaultSchemaVersion: JSONSchemaVersion
    Definition Classes
    WebApiContext → JsonSchemaInference
  17. implicit val eh: AMFErrorHandler
    Definition Classes
    ErrorHandlingContext
  18. 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
  19. 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
  20. 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
  21. 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
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val extensionsFacade: SemanticExtensionsFacade
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  26. def findJsonPathIn(index: AstIndex, path: String): Option[YMapEntryLike]
  27. def findJsonSchema(url: String): Option[AnyShape]
  28. def findLocalJSONPath(path: String): Option[YMapEntryLike]
  29. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  30. 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()
  31. def fragments: Map[String, FragmentRef]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  32. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext → UnresolvedComponents
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def getEntryKey(entry: YMapEntry): String
  35. def getMaxYamlReferences: Option[Int]
    Definition Classes
    ExtensionsContext → DataNodeParserContext
  36. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  37. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    WebApiContext → ParseErrorHandler
  38. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    WebApiContext → IllegalTypeHandler
  39. var indexCache: Map[String, AstIndex]
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. var jsonSchemaRefGuide: JsonSchemaRefGuide
  42. val loc: String
    Definition Classes
    ExtensionsContext
  43. var localJSONSchemaContext: Option[YNode]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def nextValidation(node: AmfObject, shape: String, ast: YMap): Unit
    Attributes
    protected
  46. val nodeRefIds: Map[YNode, String]
    Definition Classes
    ExtensionsContext
  47. def normalizedJsonPointer(url: String): String
    Attributes
    protected
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations())(implicit ctx: WebApiContext): Option[YNode]
  51. val options: ParsingOptions
    Definition Classes
    ExtensionsContext
  52. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
  53. def parseSchemaVersion(ast: YNode, errorHandler: AMFErrorHandler): SchemaVersion
    Definition Classes
    JsonSchemaInference
  54. def parsingOptions: ParsingOptions
    Definition Classes
    ParserContext
  55. val platform: Platform
    Definition Classes
    PlatformSecrets
  56. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  57. def registerJsonSchema(url: String, shape: AnyShape): Unit
  58. val rootContextDocument: String
    Definition Classes
    ParserContext
  59. def setJsonSchemaAST(value: YNode): Unit
  60. val syamleh: SyamlAMFErrorHandler
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def throwClosedShapeError(node: AmfObject, message: String, entry: YPart, isWarning: Boolean = false): Unit
    Attributes
    protected
  63. def validateRefFormatWithError(ref: String): Boolean
  64. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  65. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext → ErrorHandlingContext
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  69. 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

Inherited from IllegalTypeHandler

Inherited from ParseErrorHandler

Inherited from JsonSchemaInference

Inherited from PlatformSecrets

Inherited from SpecAwareContext

Inherited from DeclarationContext

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