Packages

abstract class JsonLdSchemaContext extends ShapeParserContext

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

Type Members

  1. case class DefaultSemanticExtensionsFacadeBuilder(annotationSchemaValidatorBuilder: AnnotationSchemaValidatorBuilder) extends SemanticExtensionsFacadeBuilder with Product with Serializable
    Definition Classes
    ShapeParserContext

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

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

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

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

Ungrouped