Packages

class EndPoint extends NamedDomainElement with SecuredElement with ExtensibleWebApiDomainElement with ServerContainer

EndPoint internal model

Linear Supertypes
ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndPoint
  2. ServerContainer
  3. ExtensibleWebApiDomainElement
  4. SecuredElement
  5. NamedDomainElement
  6. DomainElement
  7. CustomizableElement
  8. AmfObject
  9. AmfElement
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EndPoint(fields: Fields, annotations: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EndPoint to any2stringadd[EndPoint] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EndPoint, B)
    Implicit
    This member is added by an implicit conversion from EndPoint to ArrowAssoc[EndPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): EndPoint.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): EndPoint.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): EndPoint.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): EndPoint.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bindings: ChannelBindings
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  16. def description: StrField
  17. def ensuring(cond: (EndPoint) ⇒ Boolean, msg: ⇒ Any): EndPoint
    Implicit
    This member is added by an implicit conversion from EndPoint to Ensuring[EndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (EndPoint) ⇒ Boolean): EndPoint
    Implicit
    This member is added by an implicit conversion from EndPoint to Ensuring[EndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): EndPoint
    Implicit
    This member is added by an implicit conversion from EndPoint to Ensuring[EndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): EndPoint
    Implicit
    This member is added by an implicit conversion from EndPoint to Ensuring[EndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  24. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EndPoint to StringFormat[EndPoint] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. val id: String
    Definition Classes
    AmfObject
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  35. def location(): Option[String]
    Definition Classes
    AmfElement
  36. def meta: EndPointModel.type
    Definition Classes
    EndPoint → AmfObject
  37. def name: StrField
    Definition Classes
    NamedDomainElement
  38. def nameField: Field
    Definition Classes
    EndPoint → NamedDomainElement
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def operations: Seq[Operation]
  43. def parameters: Seq[Parameter]
  44. def parent: Option[EndPoint]
  45. def path: StrField
  46. def payloads: Seq[Payload]
  47. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  48. def relativePath: String
  49. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  50. def resourceType: Option[ParametrizedResourceType]
  51. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  52. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  53. def set(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: AmfElement): EndPoint.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, values: Seq[String]): EndPoint.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Float): EndPoint.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Double): EndPoint.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Int): EndPoint.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Boolean): EndPoint.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: String, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  62. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  63. def setArray(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  64. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  65. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  66. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  67. final def simpleAdoption(parent: String): EndPoint.this.type
    Definition Classes
    AmfObject
  68. def summary: StrField
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def traits: Seq[ParametrizedTrait]
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. def withBindings(bindings: ChannelBindings): EndPoint.this.type
  76. def withCustomDomainProperties(extensions: Seq[DomainExtension]): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  77. def withCustomDomainProperty(extensions: DomainExtension): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withDescription(description: String): EndPoint.this.type
  79. def withExtends(extend: Seq[DomainElement]): EndPoint.this.type
    Definition Classes
    DomainElement
  80. def withId(value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  81. def withIsExternalLink(isReference: Boolean): EndPoint.this.type
    Definition Classes
    DomainElement
  82. def withName(nameNode: ScalarNode): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  83. def withName(name: String, a: Annotations): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  84. def withName(node: YNode): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  85. def withOperation(method: String): Operation
  86. def withOperations(operations: Seq[Operation]): EndPoint.this.type
  87. def withParameter(name: String): Parameter
  88. def withParameters(parameters: Seq[Parameter]): EndPoint.this.type
  89. def withPath(path: String): EndPoint.this.type
  90. def withPayload(mediaType: Option[String] = None): Payload
  91. def withPayloads(payloads: Seq[Payload]): EndPoint.this.type
  92. def withResourceType(name: String): ParametrizedResourceType
  93. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  94. def withSecurity(security: Seq[SecurityRequirement]): EndPoint.this.type
    Definition Classes
    SecuredElement
  95. def withServer(url: String): Server
  96. def withServers(servers: Seq[Server]): EndPoint.this.type
    Definition Classes
    EndPointServerContainer
  97. def withSummary(summary: String): EndPoint.this.type
  98. def withSynthesizeName(name: String): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  99. def withTrait(name: String): ParametrizedTrait
  100. def [B](y: B): (EndPoint, B)
    Implicit
    This member is added by an implicit conversion from EndPoint to ArrowAssoc[EndPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from EndPoint to any2stringadd[EndPoint]

Inherited by implicit conversion StringFormat from EndPoint to StringFormat[EndPoint]

Inherited by implicit conversion Ensuring from EndPoint to Ensuring[EndPoint]

Inherited by implicit conversion ArrowAssoc from EndPoint to ArrowAssoc[EndPoint]

Ungrouped