class Oas2WebApiContext extends OasWebApiContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Oas2WebApiContext
- OasWebApiContext
- OasLikeWebApiContext
- WebApiContext
- IllegalTypeHandler
- ParseErrorHandler
- JsonSchemaInference
- PlatformSecrets
- SpecAwareContext
- DeclarationContext
- 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 Oas2WebApiContext(loc: String, refs: Seq[ParsedReference], wrapped: ParserContext, ds: Option[OasWebApiDeclarations] = None, options: ParsingOptions = ParsingOptions())
Type Members
-
case class
WebApiSemanticExtensionsFacadeBuilder(annotationSchemaValidatorBuilder: AnnotationSchemaValidatorBuilder) extends SemanticExtensionsFacadeBuilder with Product with Serializable
- Definition Classes
- WebApiContext
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 Oas2WebApiContext to any2stringadd[Oas2WebApiContext] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Oas2WebApiContext, B)
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to ArrowAssoc[Oas2WebApiContext] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSonRef(ref: BaseUnit): Oas2WebApiContext.this.type
- Definition Classes
- ParserContext
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoGeneratedAnnotation(s: Shape): Unit
- Definition Classes
- OasLikeWebApiContext → WebApiContext
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closedShape(node: AmfObject, ast: YMap, shape: String, syntax: SpecSyntax): Unit
- Attributes
- protected
- Definition Classes
- WebApiContext
-
def
closedShape(node: AmfObject, ast: YMap, shape: String): Unit
Validate closed shape.
Validate closed shape.
- Definition Classes
- WebApiContext
-
def
computeJsonSchemaVersion(ast: YNode): SchemaVersion
- Definition Classes
- WebApiContext
-
val
config: ParseConfiguration
- Definition Classes
- ParserContext
-
def
copyWithSonsReferences(): ParserContext
- Definition Classes
- ParserContext
-
val
declarations: OasWebApiDeclarations
- Definition Classes
- OasWebApiContext → OasLikeWebApiContext → DeclarationContext → ExtensionsContext
-
val
declarationsOption: Option[WebApiDeclarations]
- Definition Classes
- ExtensionsContext
-
val
defaultSchemaVersion: SchemaVersion
- Definition Classes
- Oas2WebApiContext → WebApiContext → JsonSchemaInference
-
implicit
val
eh: AMFErrorHandler
- Definition Classes
- ErrorHandlingContext
-
def
ensuring(cond: (Oas2WebApiContext) ⇒ Boolean, msg: ⇒ Any): Oas2WebApiContext
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to Ensuring[Oas2WebApiContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Oas2WebApiContext) ⇒ Boolean): Oas2WebApiContext
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to Ensuring[Oas2WebApiContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Oas2WebApiContext
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to Ensuring[Oas2WebApiContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Oas2WebApiContext
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to Ensuring[Oas2WebApiContext] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
extensionsFacadeBuilder: SemanticExtensionsFacadeBuilder
- Definition Classes
- OasLikeWebApiContext → WebApiContext
-
val
factory: Oas2VersionFactory
- Definition Classes
- Oas2WebApiContext → OasWebApiContext → OasLikeWebApiContext → SpecAwareContext
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- ExtensionsContext → DataNodeParserContext
-
def
findJsonPathIn(index: AstIndex, path: String): Option[YMapEntryLike]
- Definition Classes
- WebApiContext
-
def
findJsonSchema(url: String): Option[AnyShape]
- Definition Classes
- WebApiContext
-
def
findLocalJSONPath(path: String): Option[YMapEntryLike]
- Definition Classes
- WebApiContext
-
def
forLocation(newLocation: String): ParserContext
- Definition Classes
- ParserContext
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to StringFormat[Oas2WebApiContext] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
fragments: Map[String, FragmentRef]
- Definition Classes
- ExtensionsContext → DataNodeParserContext
-
val
futureDeclarations: FutureDeclarations
- Definition Classes
- ParserContext → UnresolvedComponents
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getEntryKey(entry: YMapEntry): String
- Definition Classes
- WebApiContext
-
def
getMaxYamlReferences: Option[Int]
- Definition Classes
- ExtensionsContext → DataNodeParserContext
-
var
globalSpace: Map[String, Any]
- Definition Classes
- ParserContext
-
def
handle(location: SourceLocation, e: SyamlException): Unit
- Definition Classes
- WebApiContext → ParseErrorHandler
-
def
handle[T](error: YError, defaultValue: T): T
- Definition Classes
- WebApiContext → IllegalTypeHandler
-
def
ignore(shape: String, property: String): Boolean
- Definition Classes
- OasLikeWebApiContext → WebApiContext
-
var
indexCache: Map[String, AstIndex]
- Definition Classes
- WebApiContext
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMainFileContext: Boolean
- Definition Classes
- OasLikeWebApiContext
-
var
jsonSchemaRefGuide: JsonSchemaRefGuide
- Definition Classes
- WebApiContext
-
def
link(node: YNode): Either[String, YNode]
- Definition Classes
- OasLikeWebApiContext → WebApiContext
-
val
linkTypes: Boolean
- Definition Classes
- OasLikeWebApiContext
-
val
loc: String
- Definition Classes
- ExtensionsContext
-
var
localJSONSchemaContext: Option[YNode]
- Definition Classes
- WebApiContext
-
def
makeCopy(): Oas2WebApiContext
- Definition Classes
- Oas2WebApiContext → OasLikeWebApiContext
-
def
moveToReference(loc: String): Oas2WebApiContext.this.type
- Definition Classes
- OasLikeWebApiContext
-
def
navigateToRemoteYNode[T <: OasLikeWebApiContext](ref: String)(implicit ctx: T): Option[RemoteNodeNavigation[T]]
- Definition Classes
- OasLikeWebApiContext
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextValidation(node: AmfObject, shape: String, ast: YMap): Unit
- Attributes
- protected
- Definition Classes
- WebApiContext
-
val
nodeRefIds: Map[YNode, String]
- Definition Classes
- ExtensionsContext
-
def
normalizedJsonPointer(url: String): String
- Attributes
- protected
- Definition Classes
- WebApiContext
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
obtainRemoteYNode(ref: String, refAnnotations: Annotations = Annotations())(implicit ctx: WebApiContext): Option[YNode]
- Definition Classes
- WebApiContext
-
val
options: ParsingOptions
- Definition Classes
- ExtensionsContext
-
def
parseRemoteJSONPath(ref: String): Option[AnyShape]
- Definition Classes
- OasLikeWebApiContext
-
def
parseRemoteOasParameter(fileUrl: String, parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
- Definition Classes
- WebApiContext
-
def
parseSchemaVersion(ast: YNode, errorHandler: AMFErrorHandler): SchemaVersion
- Definition Classes
- JsonSchemaInference
-
def
parsingOptions: ParsingOptions
- Definition Classes
- ParserContext
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
val
refs: Seq[ParsedReference]
- Definition Classes
- ParserContext
-
def
registerJsonSchema(url: String, shape: AnyShape): Unit
- Definition Classes
- WebApiContext
-
def
registerOperationId(id: String): Boolean
Used for accumulating operation ids.
Used for accumulating operation ids. returns true if id was not present, and false if operation being added is already present.
- Definition Classes
- OasLikeWebApiContext
-
val
rootContextDocument: String
- Definition Classes
- ParserContext
-
def
setJsonSchemaAST(value: YNode): Unit
- Definition Classes
- WebApiContext
-
val
shapesThatDontPermitRef: List[String]
- Definition Classes
- OasLikeWebApiContext
-
val
spec: Spec
- Definition Classes
- Oas2WebApiContext → WebApiContext
-
val
syamleh: SyamlAMFErrorHandler
- Definition Classes
- WebApiContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
syntax: SpecSyntax
- Definition Classes
- Oas2WebApiContext → WebApiContext
-
def
throwClosedShapeError(node: AmfObject, message: String, entry: YPart, isWarning: Boolean = false): Unit
- Attributes
- protected
- Definition Classes
- WebApiContext
-
def
validateRefFormatWithError(ref: String): Boolean
- Definition Classes
- WebApiContext
-
def
violation(violationId: ValidationSpecification, node: AmfObject, message: String): Unit
- Definition Classes
- ParserContext → ErrorHandlingContext
-
def
violation(violationId: ValidationSpecification, node: String, message: String): Unit
- Definition Classes
- ParserContext → ErrorHandlingContext
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
def
→[B](y: B): (Oas2WebApiContext, B)
- Implicit
- This member is added by an implicit conversion from Oas2WebApiContext to ArrowAssoc[Oas2WebApiContext] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc