class WebApiDeclarations extends Declarations
Declarations object.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebApiDeclarations
- Declarations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WebApiDeclarations(alias: Option[String], libs: Map[String, WebApiDeclarations] = Map(), frags: Map[String, FragmentRef] = Map(), shapes: Map[String, Shape] = Map(), anns: Map[String, CustomDomainProperty] = Map(), resourceTypes: Map[String, ResourceType] = Map(), parameters: Map[String, Parameter] = Map(), payloads: Map[String, Payload] = Map(), traits: Map[String, Trait] = Map(), securitySchemes: Map[String, SecurityScheme] = Map(), responses: Map[String, Response] = Map(), errorHandler: Option[ErrorHandler], futureDeclarations: FutureDeclarations)
Type Members
-
trait
ErrorDeclaration extends AnyRef
- Definition Classes
- Declarations
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(element: DomainElement): WebApiDeclarations
- Definition Classes
- WebApiDeclarations → Declarations
-
def
+=(fragment: (String, Fragment)): Declarations
- Definition Classes
- Declarations
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alias: Option[String]
- def aliased(name: String): String
-
var
annotations: Map[String, CustomDomainProperty]
- Definition Classes
- Declarations
- var anns: Map[String, CustomDomainProperty]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
declarables(): Seq[DomainElement]
- Definition Classes
- WebApiDeclarations → Declarations
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: String, ast: YPart): Unit
- Attributes
- protected
- Definition Classes
- Declarations
- val errorHandler: Option[ErrorHandler]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- Declarations
-
def
findAnnotationOrError(ast: YPart)(key: String, scope: Scope): CustomDomainProperty
- Definition Classes
- Declarations
- def findDocumentations(key: String, scope: Scope): Option[CreativeWork]
-
def
findEquivalent(element: DomainElement): Option[DomainElement]
Find domain element with the same name.
Find domain element with the same name.
- Definition Classes
- WebApiDeclarations → Declarations
-
def
findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
- Attributes
- protected
- Definition Classes
- Declarations
- def findNamedExample(key: String): Option[Example]
- def findNamedExampleOrError(ast: YPart)(key: String): Example
- def findParameter(key: String, scope: Scope): Option[Parameter]
- def findParameterOrError(ast: YPart)(key: String, scope: Scope): Parameter
- def findResourceType(key: String, scope: Scope): Option[ResourceType]
- def findResourceTypeOrError(ast: YPart)(key: String, scope: Scope): ResourceType
- def findResponse(key: String, scope: Scope): Option[Response]
- def findResponseOrError(ast: YPart)(key: String, searchScope: Scope): Response
- def findSecurityScheme(key: String, scope: Scope): Option[SecurityScheme]
- def findSecuritySchemeOrError(ast: YPart)(key: String, scope: Scope): SecurityScheme
- def findTraitOrError(ast: YPart)(key: String, scope: Scope): Trait
- def findType(key: String, scope: Scope): Option[AnyShape]
-
var
fragments: Map[String, FragmentRef]
- Definition Classes
- Declarations
- var frags: Map[String, FragmentRef]
- val futureDeclarations: FutureDeclarations
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getOrCreateLibrary(alias: String): WebApiDeclarations
Get or create specified library.
Get or create specified library.
- Definition Classes
- WebApiDeclarations → Declarations
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
libraries: Map[String, Declarations]
- Definition Classes
- Declarations
- var libs: Map[String, WebApiDeclarations]
- def merge(other: WebApiDeclarations): WebApiDeclarations
-
def
mergeParts(other: WebApiDeclarations, merged: WebApiDeclarations): Unit
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def parameterPayload(parameter: Parameter): Payload
- var parameters: Map[String, Parameter]
- var payloads: Map[String, Payload]
- def registerParameter(parameter: Parameter, payload: Payload): Unit
- var resourceTypes: Map[String, ResourceType]
- var responses: Map[String, Response]
- var securitySchemes: Map[String, SecurityScheme]
- var shapes: Map[String, Shape]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var traits: Map[String, Trait]
-
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( ... )