Packages

class RamlWebApiDeclarations extends WebApiDeclarations

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

Instance Constructors

  1. new RamlWebApiDeclarations(externalShapes: Map[String, AnyShape] = Map(), externalLibs: Map[String, Map[String, AnyShape]] = Map(), alias: Option[String], errorHandler: Option[ErrorHandler], futureDeclarations: FutureDeclarations)

Type Members

  1. trait ErrorDeclaration extends AnyRef
    Definition Classes
    Declarations

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. def addSchema(s: Shape): Unit
    Attributes
    protected
    Definition Classes
    WebApiDeclarations
  7. val alias: Option[String]
  8. def aliased(name: String): String
    Definition Classes
    WebApiDeclarations
  9. var annotations: Map[String, CustomDomainProperty]
    Definition Classes
    Declarations
  10. var anns: Map[String, CustomDomainProperty]
    Definition Classes
    WebApiDeclarations
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def declarables(): Seq[DomainElement]
    Definition Classes
    WebApiDeclarations → Declarations
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(message: String, ast: YPart): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  17. val errorHandler: Option[ErrorHandler]
  18. def existsExternalAlias(lib: String): Boolean
  19. var externalLibs: Map[String, Map[String, AnyShape]]
  20. var externalShapes: Map[String, AnyShape]
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    Declarations
  23. def findAnnotationOrError(ast: YPart)(key: String, scope: Scope): CustomDomainProperty
    Definition Classes
    Declarations
  24. def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[CreativeWork]
    Definition Classes
    WebApiDeclarations
  25. def findEquivalent(element: DomainElement): Option[DomainElement]

    Find domain element with the same name.

    Find domain element with the same name.

    Definition Classes
    WebApiDeclarations → Declarations
  26. def findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
    Definition Classes
    Declarations
  27. def findInExternals(url: String): Option[AnyShape]
  28. def findInExternalsLibs(lib: String, name: String): Option[AnyShape]
  29. def findNamedExample(key: String, error: Option[(String) ⇒ Unit] = None): Option[Example]
    Definition Classes
    WebApiDeclarations
  30. def findNamedExampleOrError(ast: YPart)(key: String): Example
    Definition Classes
    WebApiDeclarations
  31. def findParameter(key: String, scope: Scope): Option[Parameter]
    Definition Classes
    WebApiDeclarations
  32. def findParameterOrError(ast: YPart)(key: String, scope: Scope): Parameter
    Definition Classes
    WebApiDeclarations
  33. def findPayload(key: String, scope: Scope): Option[Payload]
    Definition Classes
    WebApiDeclarations
  34. def findResourceType(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[ResourceType]
    Definition Classes
    WebApiDeclarations
  35. def findResourceTypeOrError(ast: YPart)(key: String, scope: Scope): ResourceType
    Definition Classes
    WebApiDeclarations
  36. def findResponse(key: String, scope: Scope): Option[Response]
    Definition Classes
    WebApiDeclarations
  37. def findResponseOrError(ast: YPart)(key: String, searchScope: Scope): Response
    Definition Classes
    WebApiDeclarations
  38. def findSecurityScheme(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[SecurityScheme]
    Definition Classes
    WebApiDeclarations
  39. def findSecuritySchemeOrError(ast: YPart)(key: String, scope: Scope): SecurityScheme
    Definition Classes
    WebApiDeclarations
  40. def findTraitOrError(ast: YPart)(key: String, scope: Scope): Trait
    Definition Classes
    WebApiDeclarations
  41. def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[AnyShape]
    Definition Classes
    WebApiDeclarations
  42. var fragments: Map[String, FragmentRef]
    Definition Classes
    Declarations
  43. var frags: Map[String, FragmentRef]
    Definition Classes
    WebApiDeclarations
  44. val futureDeclarations: FutureDeclarations
  45. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. def getOrCreateLibrary(alias: String): WebApiDeclarations

    Get or create specified library.

    Get or create specified library.

    Definition Classes
    WebApiDeclarations → Declarations
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. var libraries: Map[String, Declarations]
    Definition Classes
    Declarations
  50. var libs: Map[String, WebApiDeclarations]
    Definition Classes
    WebApiDeclarations
  51. def merge(other: RamlWebApiDeclarations): RamlWebApiDeclarations
  52. def merge(other: WebApiDeclarations): WebApiDeclarations
    Definition Classes
    WebApiDeclarations
  53. def mergeParts(other: WebApiDeclarations, merged: WebApiDeclarations): Unit
    Attributes
    protected
    Definition Classes
    WebApiDeclarations
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def nonEmpty: Boolean
    Definition Classes
    WebApiDeclarations
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. def parameterPayload(parameter: Parameter): Payload
    Definition Classes
    WebApiDeclarations
  59. var parameters: Map[String, Parameter]
    Definition Classes
    WebApiDeclarations
  60. var payloads: Map[String, Payload]
    Definition Classes
    WebApiDeclarations
  61. def promoteExternaltoDataTypeFragment(text: String, fullRef: String, shape: Shape): Shape
    Definition Classes
    WebApiDeclarations
  62. var promotedFragments: Seq[Fragment]
    Definition Classes
    Declarations
  63. def registerExternalLib(url: String, content: Map[String, AnyShape]): WebApiDeclarations
  64. def registerExternalRef(external: (String, AnyShape)): WebApiDeclarations
  65. def registerOasParameter(oasParameter: OasParameter): Unit
    Definition Classes
    WebApiDeclarations
  66. var resourceTypes: Map[String, ResourceType]
    Definition Classes
    WebApiDeclarations
  67. var responses: Map[String, Response]
    Definition Classes
    WebApiDeclarations
  68. var securitySchemes: Map[String, SecurityScheme]
    Definition Classes
    WebApiDeclarations
  69. var shapes: Map[String, Shape]
    Definition Classes
    WebApiDeclarations
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. var traits: Map[String, Trait]
    Definition Classes
    WebApiDeclarations
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from WebApiDeclarations

Inherited from Declarations

Inherited from AnyRef

Inherited from Any

Ungrouped