Packages

c

amf.plugins.document.webapi.contexts.parser

OasLikeWebApiContext

abstract class OasLikeWebApiContext extends WebApiContext

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

Instance Constructors

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

Abstract Value Members

  1. abstract val factory: OasLikeSpecVersionFactory
    Definition Classes
    OasLikeWebApiContextSpecAwareContext
  2. abstract val syntax: SpecSyntax
    Definition Classes
    WebApiContext
  3. 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 addSonRef(ref: BaseUnit): OasLikeWebApiContext.this.type
    Definition Classes
    ParserContext
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def basePath(path: String): String
    Definition Classes
    WebApiContext
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def closedShape(node: String, ast: YMap, shape: String): Unit

    Validate closed shape.

    Validate closed shape.

    Definition Classes
    WebApiContext
  9. def computeJsonSchemaVersion(rootAst: YNode): JSONSchemaVersion
    Definition Classes
    WebApiContext
  10. def copyWithSonsReferences(): ParserContext
    Definition Classes
    ParserContext
  11. val declarations: OasLikeWebApiDeclarations
    Definition Classes
    OasLikeWebApiContextWebApiContext
  12. val eh: ParserErrorHandler
    Definition Classes
    ParserContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    WebApiContext
  16. def findLocalJSONPath(path: String): Option[(String, YNode)]
    Definition Classes
    WebApiContext
  17. def forLocation(newLocation: String): ParserContext
    Definition Classes
    ParserContext
  18. val futureDeclarations: FutureDeclarations
    Definition Classes
    ParserContext
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. var globalSpace: Map[String, Any]
    Definition Classes
    ParserContext
  21. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ParserContext → IllegalTypeHandler
  22. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ParserContext → ParseErrorHandler
  23. def ignore(shape: String, property: String): Boolean
    Definition Classes
    OasLikeWebApiContextWebApiContext
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def link(node: YNode): Either[String, YNode]
    Definition Classes
    OasLikeWebApiContextWebApiContext
  26. val linkTypes: Boolean
  27. val loc: String
    Definition Classes
    WebApiContext
  28. var localJSONSchemaContext: Option[YNode]
    Definition Classes
    WebApiContext
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def normalizedJsonPointer(url: String): String
    Attributes
    protected
    Definition Classes
    WebApiContext
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def obtainRemoteYNode(ref: String)(implicit ctx: WebApiContext): Option[YNode]
    Definition Classes
    WebApiContext
  34. val options: ParsingOptions
    Definition Classes
    WebApiContext
  35. def parseRemoteJSONPath(fileUrl: String)(implicit ctx: OasLikeWebApiContext): Option[AnyShape]
    Definition Classes
    WebApiContext
  36. def parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
    Definition Classes
    WebApiContext
  37. val parserRun: Int
    Definition Classes
    ParserContext
  38. val platform: Platform
    Definition Classes
    PlatformSecrets
  39. val plugins: PluginContext
    Definition Classes
    ParserContext
  40. val refs: Seq[ParsedReference]
    Definition Classes
    ParserContext
  41. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    WebApiContext
  42. 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.

  43. var reportDisambiguation: Set[String]
    Definition Classes
    ParserContext
  44. def resolvedPath(base: String, str: String): String
    Definition Classes
    WebApiContext
  45. val rootContextDocument: String
    Definition Classes
    ParserContext
  46. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    WebApiContext
  47. val shapesThatDontPermitRef: List[String]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ParserContext
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

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