c
amf.shapes.internal.spec.jsonschema.semanticjsonschema.context
JsonLdSchemaContext
Companion object JsonLdSchemaContext
abstract class JsonLdSchemaContext extends ShapeParserContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonLdSchemaContext
- ShapeParserContext
- IllegalTypeHandler
- ParseErrorHandler
- JsonSchemaInference
- ExtensionsContext
- DataNodeParserContext
- ParserContext
- Serializable
- Serializable
- Product
- Equals
- UnresolvedComponents
- ErrorHandlingContext
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonLdSchemaContext(ctx: ParserContext, settings: SpecSettings)
Type Members
-
case class
DefaultSemanticExtensionsFacadeBuilder(annotationSchemaValidatorBuilder: AnnotationSchemaValidatorBuilder) extends SemanticExtensionsFacadeBuilder with Product with Serializable
- Definition Classes
- ShapeParserContext
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addDeclaredShape(shape: Shape): Unit
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
addNodeRefIds(ids: Map[YNode, String]): Unit
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
addPromotedFragments(fragments: Seq[Fragment]): Unit
- Definition Classes
- ShapeParserContext
-
def
addSonRef(ref: BaseUnit): JsonLdSchemaContext.this.type
- Definition Classes
- ParserContext
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
closedShape(node: AmfObject, ast: YMap, shape: String): Unit
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
computeExtensions: Map[String, Dialect]
- Attributes
- protected
- Definition Classes
- ExtensionsContext
-
def
computeJsonSchemaVersion(ast: YNode): SchemaVersion
- Definition Classes
- ShapeParserContext
-
val
config: ParseConfiguration
- Definition Classes
- ParserContext
-
def
copyForBase(unit: BaseUnit): ShapeParserContext
- Definition Classes
- ShapeParserContext
-
def
copyWithSonsReferences(): ParserContext
- Definition Classes
- ParserContext
-
val
declarations: ShapeDeclarations
- Definition Classes
- ExtensionsContext
-
val
declarationsOption: Option[ShapeDeclarations]
- Definition Classes
- ExtensionsContext
-
val
defaultSchemaVersion: JSONSchemaVersion
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext → JsonSchemaInference
-
val
eh: AMFErrorHandler
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext → ParserContext → UnresolvedComponents → ErrorHandlingContext
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extensionsFacadeBuilder: SemanticExtensionsFacadeBuilder
- Definition Classes
- ShapeParserContext
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- JsonLdSchemaContext → ExtensionsContext → DataNodeParserContext
-
def
findCachedJsonSchema(url: String): Option[AnyShape]
- Definition Classes
- ShapeParserContext
-
def
findDeclaredTypeInDocFragment(doc: String, name: String): Option[Shape]
- Definition Classes
- ShapeParserContext
-
def
findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[CreativeWork]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
findExample(key: String, scope: Scope): Option[Example]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
findInExternals(url: String): Option[AnyShape]
- Definition Classes
- ShapeParserContext
-
def
findInExternalsLibs(lib: String, name: String): Option[AnyShape]
- Definition Classes
- ShapeParserContext
-
def
findLocalJSONPath(path: String): Option[YMapEntryLike]
- Definition Classes
- ShapeParserContext
-
def
findNamedExample(key: String, error: Option[(String) ⇒ Unit]): Option[Example]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
findNamedExampleOrError(ast: YPart)(key: String): Example
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit]): Option[AnyShape]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
forLocation(newLocation: String): ParserContext
- Definition Classes
- ParserContext
-
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()
-
def
fragments: Map[String, FragmentRef]
- Definition Classes
- JsonLdSchemaContext → ExtensionsContext → DataNodeParserContext
-
val
futureDeclarations: FutureDeclarations
- Definition Classes
- ParserContext → UnresolvedComponents
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getInheritedDeclarations: Option[ShapeDeclarations]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
getJsonSchemaRefGuide: JsonSchemaRefGuide
- Definition Classes
- ShapeParserContext
-
def
getLocalJsonSchemaContext: Option[YNode]
- Definition Classes
- ShapeParserContext
-
def
getMaxYamlJsonDepth: Option[Int]
- Definition Classes
- JsonLdSchemaContext → ExtensionsContext → DataNodeParserContext
-
def
getMaxYamlReferences: Option[Int]
- Definition Classes
- JsonLdSchemaContext → ExtensionsContext → DataNodeParserContext
-
def
getSemanticContext: Option[SemanticContext]
- Definition Classes
- ShapeParserContext
-
var
globalSpace: Map[String, Any]
- Definition Classes
- ParserContext
-
def
handle(location: SourceLocation, e: SyamlException): Unit
- Definition Classes
- ShapeParserContext → ParseErrorHandler
-
def
handle[T](error: YError, defaultValue: T): T
- Definition Classes
- ShapeParserContext → IllegalTypeHandler
-
def
ignoreCriteria: IgnoreCriteria
- Definition Classes
- ShapeParserContext
-
var
indexCache: Map[String, AstIndex]
- Definition Classes
- ShapeParserContext
-
def
isAsyncContext: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMainFileContext: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isOas2Context: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isOas2Syntax: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isOas3Context: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isOas3Syntax: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isOasLikeContext: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
isRamlContext: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
var
jsonSchemaRefGuide: JsonSchemaRefGuide
- Attributes
- protected
- Definition Classes
- ShapeParserContext
-
def
libraries: Map[String, Declarations]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
link(node: YNode): Either[String, YNode]
- Definition Classes
- ShapeParserContext
-
def
linkTypes: Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
val
loc: String
- Definition Classes
- ExtensionsContext
-
def
makeJsonSchemaContextForParsing(url: String, document: Root, options: ParsingOptions): ShapeParserContext
- Definition Classes
- ShapeParserContext
-
def
moveToReference(loc: String): JsonLdSchemaContext.this.type
- Attributes
- protected
- Definition Classes
- ShapeParserContext
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nodeRefIds: Map[YNode, String]
- Definition Classes
- ExtensionsContext
-
def
normalizedJsonPointer(url: String): String
- Attributes
- protected
- Definition Classes
- ShapeParserContext
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def obtainRemoteYNode(ref: String, refAnnotations: Annotations): Option[YNode]
-
def
obtainRemoteYNode(ref: String): Option[YNode]
- Definition Classes
- ShapeParserContext
-
val
options: ParsingOptions
- Definition Classes
- ExtensionsContext
-
def
parseSchemaVersion(ast: YNode, errorHandler: AMFErrorHandler): SchemaVersion
- Definition Classes
- JsonSchemaInference
-
def
parsingOptions: ParsingOptions
- Definition Classes
- JsonLdSchemaContext → ParserContext
-
def
promoteExternalToDataTypeFragment(text: String, fullRef: String, shape: Shape): Unit
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
promotedFragments: Seq[Fragment]
- Definition Classes
- ShapeParserContext
-
def
ramlContextType: Option[RamlWebApiContextType]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
val
refs: Seq[ParsedReference]
- Definition Classes
- ParserContext
-
def
registerExternalLib(url: String, content: Map[String, AnyShape]): Unit
- Definition Classes
- ShapeParserContext
-
def
registerExternalRef(external: (String, AnyShape)): Unit
- Definition Classes
- ShapeParserContext
-
def
registerJsonSchema(url: String, shape: AnyShape): Unit
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
removeLocalJsonSchemaContext: Unit
- Definition Classes
- ShapeParserContext
-
val
rootContextDocument: String
- Definition Classes
- ParserContext
-
def
setJsonSchemaAST(value: YNode): Unit
- Definition Classes
- ShapeParserContext
-
def
shapes: Map[String, Shape]
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
spec: Spec
- Definition Classes
- ShapeParserContext
-
def
syamleh: SyamlAMFErrorHandler
- Definition Classes
- ShapeParserContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
syntax: SpecSyntax
- Definition Classes
- ShapeParserContext
-
def
toJsonSchema(root: String, refs: Seq[ParsedReference]): ShapeParserContext
- Definition Classes
- ShapeParserContext
-
def
toJsonSchema(): ShapeParserContext
- Definition Classes
- ShapeParserContext
-
def
toOas: ShapeParserContext
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
toRaml08: ShapeParserContext
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
toRaml10: ShapeParserContext
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
validateRefFormatWithError(ref: String): Boolean
- Definition Classes
- JsonLdSchemaContext → ShapeParserContext
-
def
violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
- Definition Classes
- JsonLdSchemaContext → ParserContext → ErrorHandlingContext
-
def
violation(violationId: ValidationSpecification, node: String, message: String): Unit
- Definition Classes
- JsonLdSchemaContext → ParserContext → ErrorHandlingContext
-
def
violation(specification: ValidationSpecification, node: String, message: String, loc: SourceLocation): Unit
- Definition Classes
- ParserContext → ErrorHandlingContext
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withSemanticContext(sc: Option[SemanticContext]): Unit
- Definition Classes
- ShapeParserContext
-
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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated