Packages

class RamlWebApiDeclarations extends WebApiDeclarations

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

    Find domain element with the same name.

    Find domain element with the same name.

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

    Get or create specified library.

    Get or create specified library.

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

Inherited from WebApiDeclarations

Inherited from Declarations

Inherited from AnyRef

Inherited from Any

Ungrouped