Packages

class WebApiDeclarations extends Declarations

Declarations object.

Linear Supertypes
Declarations, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApiDeclarations
  2. Declarations
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebApiDeclarations(libs: Map[String, WebApiDeclarations] = Map(), frags: Map[String, DomainElement] = 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(), errorHandler: Option[ErrorHandler], futureDeclarations: FutureDeclarations)

Type Members

  1. trait ErrorDeclaration extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +=(element: DomainElement): WebApiDeclarations
    Definition Classes
    WebApiDeclarations → Declarations
  4. def +=(fragment: (String, Fragment)): Declarations
    Definition Classes
    Declarations
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. var annotations: Map[String, CustomDomainProperty]
    Definition Classes
    Declarations
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def declarables(): Seq[DomainElement]
    Definition Classes
    WebApiDeclarations → Declarations
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(message: String, ast: YPart): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  13. def error(message: String, ast: Option[YPart]): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    Declarations
  16. def findAnnotationOrError(ast: YPart)(key: String, scope: Scope): CustomDomainProperty
    Definition Classes
    Declarations
  17. def findDocumentations(key: String, scope: Scope): Option[CreativeWork]
  18. def findEquivalent(element: DomainElement): Option[DomainElement]

    Find domain element with the same name.

    Find domain element with the same name.

    Definition Classes
    WebApiDeclarations → Declarations
  19. def findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
    Attributes
    protected
    Definition Classes
    Declarations
  20. def findNamedExample(key: String): Option[Example]
  21. def findNamedExampleOrError(ast: YPart)(key: String): Example
  22. def findParameter(key: String, scope: Scope): Option[Parameter]
  23. def findParameterOrError(ast: YPart)(key: String, scope: Scope): Parameter
  24. def findResourceType(key: String, scope: Scope): Option[ResourceType]
  25. def findResourceTypeOrError(ast: YPart)(key: String, scope: Scope): ResourceType
  26. def findSecurityScheme(key: String, scope: Scope): Option[SecurityScheme]
  27. def findSecuritySchemeOrError(ast: YPart)(key: String, scope: Scope): SecurityScheme
  28. def findTraitOrError(ast: YPart)(key: String, scope: Scope): Trait
  29. def findType(key: String, scope: Scope): Option[Shape]
  30. var fragments: Map[String, DomainElement]
    Definition Classes
    Declarations
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def getOrCreateLibrary(alias: String): WebApiDeclarations

    Get or create specified library.

    Get or create specified library.

    Definition Classes
    WebApiDeclarations → Declarations
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. var libraries: Map[String, Declarations]
    Definition Classes
    Declarations
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def parameterPayload(parameter: Parameter): Payload
  40. var parameters: Map[String, Parameter]
  41. var payloads: Map[String, Payload]
  42. def registerParameter(parameter: Parameter, payload: Payload): Unit
  43. var resourceTypes: Map[String, ResourceType]
  44. var securitySchemes: Map[String, SecurityScheme]
  45. var shapes: Map[String, Shape]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. var traits: Map[String, Trait]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. object ErrorCreativeWork extends CreativeWork with ErrorDeclaration
  53. object ErrorNamedExample extends Example with ErrorDeclaration
  54. object ErrorParameter extends Parameter with ErrorDeclaration
  55. object ErrorResourceType extends ResourceType with ErrorDeclaration
  56. object ErrorSecurityScheme extends SecurityScheme with ErrorDeclaration
  57. object ErrorTrait extends Trait with ErrorDeclaration

Inherited from Declarations

Inherited from AnyRef

Inherited from Any

Ungrouped