abstract class ShapeParserContext extends ErrorHandlingContext with ParseErrorHandler with IllegalTypeHandler with DataNodeParserContext with UnresolvedComponents
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShapeParserContext
- UnresolvedComponents
- DataNodeParserContext
- IllegalTypeHandler
- ParseErrorHandler
- ErrorHandlingContext
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ShapeParserContext(eh: AMFErrorHandler)
Abstract Value Members
- abstract def addNodeRefIds(ids: Map[YNode, String]): Unit
- abstract def closedRamlTypeShape(shape: Shape, ast: YMap, shapeType: String, typeInfo: TypeInfo): Unit
- abstract def closedShape(node: AmfObject, ast: YMap, shape: String): Unit
- abstract def computeJsonSchemaVersion(ast: YNode): SchemaVersion
- abstract def extensionsFacadeBuilder: SemanticExtensionsFacadeBuilder
-
abstract
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- DataNodeParserContext
- abstract def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[CreativeWork]
- abstract def findExample(key: String, scope: Scope): Option[Example]
- abstract def findJsonSchema(url: String): Option[AnyShape]
- abstract def findLocalJSONPath(path: String): Option[YMapEntryLike]
- abstract def findNamedExample(key: String, error: Option[(String) ⇒ Unit] = None): Option[Example]
- abstract def findNamedExampleOrError(ast: YPart)(key: String): Example
- abstract def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[AnyShape]
-
abstract
def
fragments: Map[String, FragmentRef]
- Definition Classes
- DataNodeParserContext
-
abstract
def
futureDeclarations: FutureDeclarations
- Definition Classes
- ShapeParserContext → UnresolvedComponents
- abstract def getInheritedDeclarations: Option[Declarations]
-
abstract
def
getMaxYamlReferences: Option[Int]
- Definition Classes
- DataNodeParserContext
- abstract def isAsyncContext: Boolean
- abstract def isMainFileContext: Boolean
- abstract def isOas2Context: Boolean
- abstract def isOas2Syntax: Boolean
- abstract def isOas3Context: Boolean
- abstract def isOas3Syntax: Boolean
- abstract def isOasLikeContext: Boolean
- abstract def isRamlContext: Boolean
- abstract def jsonSchemaRefGuide: JsonSchemaRefGuide
- abstract def libraries: Map[String, Declarations]
- abstract def link(node: YNode): Either[String, YNode]
- abstract def linkTypes: Boolean
- abstract def loc: String
- abstract def makeJsonSchemaContextForParsing(url: String, document: Root, options: ParsingOptions): ShapeParserContext
- abstract def nodeRefIds: Map[YNode, String]
- abstract def obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations()): Option[YNode]
- abstract def parseRemoteJSONPath(ref: String): Option[AnyShape]
- abstract def promoteExternaltoDataTypeFragment(text: String, fullRef: String, shape: Shape): Shape
- abstract def raml08createContextFromRaml: ShapeParserContext
- abstract def raml10createContextFromRaml: ShapeParserContext
- abstract def ramlContextType: RamlWebApiContextType
- abstract def ramlExternalSchemaParserFactory: RamlExternalSchemaExpressionFactory
-
abstract
def
refs: Seq[ParsedReference]
- Definition Classes
- DataNodeParserContext
- abstract def registerJsonSchema(url: String, shape: AnyShape): Unit
- abstract def rootContextDocument: String
- abstract def setJsonSchemaAST(value: YNode): Unit
- abstract def shapes: Map[String, Shape]
- abstract def spec: Spec
- abstract def syntax: SpecSyntax
- abstract def toOasNext: ShapeParserContext
- abstract def typeParser: (YMapEntry, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser
- abstract def validateRefFormatWithError(ref: String): Boolean
-
abstract
def
violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
- Definition Classes
- ErrorHandlingContext
-
abstract
def
violation(violationId: ValidationSpecification, node: String, message: String): Unit
- Definition Classes
- ErrorHandlingContext
Concrete 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 ShapeParserContext to any2stringadd[ShapeParserContext] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ShapeParserContext, B)
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to ArrowAssoc[ShapeParserContext] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
val
eh: AMFErrorHandler
- Definition Classes
- ErrorHandlingContext
-
def
ensuring(cond: (ShapeParserContext) ⇒ Boolean, msg: ⇒ Any): ShapeParserContext
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to Ensuring[ShapeParserContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ShapeParserContext) ⇒ Boolean): ShapeParserContext
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to Ensuring[ShapeParserContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ShapeParserContext
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to Ensuring[ShapeParserContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ShapeParserContext
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to Ensuring[ShapeParserContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to StringFormat[ShapeParserContext] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSemanticContext: Option[SemanticContext]
-
def
handle(location: SourceLocation, e: SyamlException): Unit
- Definition Classes
- ShapeParserContext → ParseErrorHandler
-
def
handle[T](error: YError, defaultValue: T): T
- Definition Classes
- ShapeParserContext → IllegalTypeHandler
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val syamleh: SyamlAMFErrorHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
-
def
→[B](y: B): (ShapeParserContext, B)
- Implicit
- This member is added by an implicit conversion from ShapeParserContext to ArrowAssoc[ShapeParserContext] 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
- Deprecated
(Since version ) see corresponding Javadoc for more information.