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() @HotSpotIntrinsicCandidate()
  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 extensionsFacadeBuilder: SemanticExtensionsFacadeBuilder
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  20. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  21. def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[CreativeWork]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  22. def findExample(key: String, scope: Scope): Option[Example]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  23. def findJsonSchema(url: String): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  24. def findLocalJSONPath(path: String): Option[YMapEntryLike]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  25. def findNamedExample(key: String, error: Option[(String) ⇒ Unit]): Option[Example]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  26. def findNamedExampleOrError(ast: YPart)(key: String): Example
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  27. def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  28. 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()
  29. def fragments: Map[String, FragmentRef]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  30. def futureDeclarations: FutureDeclarations
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext → UnresolvedComponents
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def getInheritedDeclarations: Option[OasWebApiDeclarations]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  33. def getMaxYamlReferences: Option[Int]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  34. def getSemanticContext: Option[SemanticContext]
    Definition Classes
    ShapeParserContext
  35. def handle(location: SourceLocation, e: SyamlException): Unit
    Definition Classes
    ShapeParserContext → ParseErrorHandler
  36. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    ShapeParserContext → IllegalTypeHandler
  37. def isAsyncContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isMainFileContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  40. def isOas2Context: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  41. def isOas2Syntax: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  42. def isOas3Context: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  43. def isOas3Syntax: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  44. def isOasLikeContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  45. def isRamlContext: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  46. def jsonSchemaRefGuide: JsonSchemaRefGuide
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  47. def libraries: Map[String, Declarations]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  48. def link(node: YNode): Either[String, YNode]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  49. def linkTypes: Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  50. def loc: String
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  51. def makeJsonSchemaContextForParsing(url: String, document: Root, options: ParsingOptions): ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def nodeRefIds: Map[YNode, String]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. def obtainRemoteYNode(ref: String, refAnnotations: Annotations): Option[YNode]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  57. def parseRemoteJSONPath(ref: String): Option[AnyShape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  58. def promoteExternaltoDataTypeFragment(text: String, fullRef: String, shape: Shape): Shape
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  59. def raml08createContextFromRaml: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  60. def raml10createContextFromRaml: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  61. def ramlContextType: RamlWebApiContextType
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  62. def ramlExternalSchemaParserFactory: RamlExternalSchemaExpressionFactory
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  63. def refs: Seq[ParsedReference]
    Definition Classes
    WebApiShapeParserContextAdapter → DataNodeParserContext
  64. def registerJsonSchema(url: String, shape: AnyShape): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  65. def rootContextDocument: String
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  66. def setJsonSchemaAST(value: YNode): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  67. def shapes: Map[String, Shape]
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  68. def spec: Spec
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  69. val syamleh: SyamlAMFErrorHandler
    Definition Classes
    ShapeParserContext
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def syntax: SpecSyntax
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  72. def toOasNext: ShapeParserContext
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  73. def typeParser: (YMapEntry, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  74. def validateRefFormatWithError(ref: String): Boolean
    Definition Classes
    WebApiShapeParserContextAdapter → ShapeParserContext
  75. def violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ErrorHandlingContext
  76. def violation(violationId: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    WebApiShapeParserContextAdapter → ErrorHandlingContext
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def withSemanticContext(sc: Option[SemanticContext]): Unit
    Definition Classes
    ShapeParserContext
  81. 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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

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