c

amf.apicontract.internal.spec.common.parser

WebApiShapeParserContextAdapter

case class WebApiShapeParserContextAdapter(ctx: WebApiContext) extends ShapeParserContext with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ShapeParserContext, UnresolvedComponents, DataNodeParserContext, IllegalTypeHandler, ParseErrorHandler, ErrorHandlingContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApiShapeParserContextAdapter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ShapeParserContext
  7. UnresolvedComponents
  8. DataNodeParserContext
  9. IllegalTypeHandler
  10. ParseErrorHandler
  11. ErrorHandlingContext
  12. AnyRef
  13. 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 WebApiShapeParserContextAdapter(ctx: WebApiContext)

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 WebApiShapeParserContextAdapter to any2stringadd[WebApiShapeParserContextAdapter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WebApiShapeParserContextAdapter, B)
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to ArrowAssoc[WebApiShapeParserContextAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addNodeRefIds(ids: Map[YNode, String]): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def closedRamlTypeShape(shape: Shape, ast: YMap, shapeType: String, typeInfo: TypeInfo): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  10. def closedShape(node: AmfObject, ast: YMap, shape: String): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  11. def computeJsonSchemaVersion(ast: YNode): SchemaVersion
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  12. val ctx: WebApiContext
  13. implicit val eh: AMFErrorHandler
    Definition Classes
    ErrorHandlingContext
  14. def ensuring(cond: (WebApiShapeParserContextAdapter) ⇒ Boolean, msg: ⇒ Any): WebApiShapeParserContextAdapter
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to Ensuring[WebApiShapeParserContextAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (WebApiShapeParserContextAdapter) ⇒ Boolean): WebApiShapeParserContextAdapter
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to Ensuring[WebApiShapeParserContextAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): WebApiShapeParserContextAdapter
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to Ensuring[WebApiShapeParserContextAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): WebApiShapeParserContextAdapter
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to Ensuring[WebApiShapeParserContextAdapter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def extensionsFacade: SemanticExtensionsFacade
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  22. def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[CreativeWork]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  23. def findExample(key: String, scope: Scope): Option[Example]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  24. def findJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  25. def findLocalJSONPath(path: String): Option[YMapEntryLike]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  26. def findNamedExample(key: String, error: Option[(String) ⇒ Unit]): Option[Example]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  27. def findNamedExampleOrError(ast: YPart)(key: String): Example
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  28. def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to StringFormat[WebApiShapeParserContextAdapter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. def fragments: Map[String, FragmentRef]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  31. def futureDeclarations: FutureDeclarations
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext → UnresolvedComponents
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def getInheritedDeclarations: Option[OasWebApiDeclarations]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  34. def getMaxYamlReferences: Option[Int]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  35. def getSemanticContext: Option[SemanticContext]
    Definition Classes
    ShapeParserContext
  36. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ShapeParserContext → ParseErrorHandler
  37. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ShapeParserContext → IllegalTypeHandler
  38. def isAsyncContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isMainFileContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  41. def isOas2Context: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  42. def isOas2Syntax: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  43. def isOas3Context: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  44. def isOas3Syntax: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  45. def isOasLikeContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  46. def isRamlContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  47. def jsonSchemaRefGuide: JsonSchemaRefGuide
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  48. def libraries: Map[String, Declarations]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  49. def link(node: YNode): Either[String, YNode]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  50. def linkTypes: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  51. def loc: String
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  52. def makeJsonSchemaContextForParsing(url: String, document: Root, options: ParsingOptions): ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def nodeRefIds: Map[YNode, String]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. def obtainRemoteYNode(ref: String, refAnnotations: Annotations): Option[YNode]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  58. def parseRemoteJSONPath(ref: String): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  59. def promoteExternaltoDataTypeFragment(text: String, fullRef: String, shape: Shape): Shape
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  60. def raml08createContextFromRaml: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  61. def raml10createContextFromRaml: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  62. def ramlContextType: RamlWebApiContextType
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  63. def ramlExternalSchemaParserFactory: RamlExternalSchemaExpressionFactory
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  64. def refs: Seq[ParsedReference]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  65. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  66. def rootContextDocument: String
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  67. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  68. def shapes: Map[String, Shape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  69. def spec: Spec
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  70. val syamleh: SyamlAMFErrorHandler
    Definition Classes
    ShapeParserContext
  71. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  72. def syntax: SpecSyntax
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  73. def toOasNext: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  74. def typeParser: (YMapEntry, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  75. def validateRefFormatWithError(ref: String): Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  76. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ErrorHandlingContext
  77. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ErrorHandlingContext
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  81. def withSemanticContext(sc: Option[SemanticContext]): Unit
    Definition Classes
    ShapeParserContext
  82. def [B](y: B): (WebApiShapeParserContextAdapter, B)
    Implicit
    This member is added by an implicit conversion from WebApiShapeParserContextAdapter to ArrowAssoc[WebApiShapeParserContextAdapter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShapeParserContext

Inherited from UnresolvedComponents

Inherited from DataNodeParserContext

Inherited from IllegalTypeHandler

Inherited from ParseErrorHandler

Inherited from ErrorHandlingContext

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped