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() @HotSpotIntrinsicCandidate()
  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 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()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. lazy val graph: Graph
    Definition Classes
    DomainElement
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val id: String
    Definition Classes
    AmfObject
  30. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  33. def location(): Option[String]
    Definition Classes
    AmfElement
  34. def meta: EndPointModel.type
    Definition Classes
    EndPoint → AmfObject
  35. def name: StrField
    Definition Classes
    NamedDomainElement
  36. def nameField: Field
    Definition Classes
    EndPoint → NamedDomainElement
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def operations: Seq[Operation]
  41. def parameters: Seq[Parameter]
  42. def parent: Option[EndPoint]
  43. def path: StrField
  44. def payloads: Seq[Payload]
  45. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  46. def relativePath: String
  47. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  48. def resourceType: Option[ParametrizedResourceType]
  49. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  50. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  51. def set(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: AmfElement): EndPoint.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, values: Seq[String]): EndPoint.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Float): EndPoint.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Double): EndPoint.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Int): EndPoint.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Boolean): EndPoint.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  61. def setArray(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  63. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): EndPoint.this.type
    Definition Classes
    AmfObject
  64. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): EndPoint.this.type
    Definition Classes
    AmfObject
  65. final def simpleAdoption(parent: String): EndPoint.this.type
    Definition Classes
    AmfObject
  66. def summary: StrField
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def traits: Seq[ParametrizedTrait]
  70. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. def withBindings(bindings: ChannelBindings): EndPoint.this.type
  75. def withCustomDomainProperties(extensions: Seq[DomainExtension]): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  76. def withCustomDomainProperty(extensions: DomainExtension): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  77. def withDescription(description: String): EndPoint.this.type
  78. def withExtends(extend: Seq[DomainElement]): EndPoint.this.type
    Definition Classes
    DomainElement
  79. def withId(value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  80. def withIsExternalLink(isReference: Boolean): EndPoint.this.type
    Definition Classes
    DomainElement
  81. def withName(nameNode: ScalarNode): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  82. def withName(name: String, a: Annotations): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  83. def withName(node: YNode): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  84. def withOperation(method: String): Operation
  85. def withOperations(operations: Seq[Operation]): EndPoint.this.type
  86. def withParameter(name: String): Parameter
  87. def withParameters(parameters: Seq[Parameter]): EndPoint.this.type
  88. def withPath(path: String): EndPoint.this.type
  89. def withPayload(mediaType: Option[String] = None): Payload
  90. def withPayloads(payloads: Seq[Payload]): EndPoint.this.type
  91. def withResourceType(name: String): ParametrizedResourceType
  92. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  93. def withSecurity(security: Seq[SecurityRequirement]): EndPoint.this.type
    Definition Classes
    SecuredElement
  94. def withServer(url: String): Server
  95. def withServers(servers: Seq[Server]): EndPoint.this.type
    Definition Classes
    EndPointServerContainer
  96. def withSummary(summary: String): EndPoint.this.type
  97. def withSynthesizeName(name: String): EndPoint.this.type
    Definition Classes
    NamedDomainElement
  98. def withTrait(name: String): ParametrizedTrait
  99. 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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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