Packages

class EndPoint extends NamedDomainElement with SecuredElement with ExtensibleWebApiDomainElement with ServerContainer with HasFederationMetadata[EndPointFederationMetadata]

EndPoint internal model

Linear Supertypes
HasFederationMetadata[EndPointFederationMetadata], ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndPoint
  2. HasFederationMetadata
  3. ServerContainer
  4. ExtensibleWebApiDomainElement
  5. SecuredElement
  6. NamedDomainElement
  7. DomainElement
  8. CustomizableElement
  9. NamedAmfObject
  10. AmfObject
  11. AmfElement
  12. AnyRef
  13. 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 componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    EndPoint → AmfObject
  16. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  17. def description: StrField
  18. 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
  19. 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
  20. 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
  21. 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
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  25. def federationMetadata: EndPointFederationMetadata
    Definition Classes
    HasFederationMetadata
  26. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  27. 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()
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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 → HasFederationMetadata → AmfObject
  37. def name: StrField
    Definition Classes
    NamedAmfObject
  38. def nameField: Field
    Definition Classes
    EndPoint → NamedAmfObject
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def withBindings(bindings: ChannelBindings): EndPoint.this.type
  77. def withCustomDomainProperties(extensions: Seq[DomainExtension]): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withCustomDomainProperty(extensions: DomainExtension): EndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withDescription(description: String): EndPoint.this.type
  80. def withExtends(extend: Seq[DomainElement]): EndPoint.this.type
    Definition Classes
    DomainElement
  81. def withFederationMetadata(metadata: EndPointFederationMetadata): EndPoint.this.type
    Definition Classes
    HasFederationMetadata
  82. def withId(value: String): EndPoint.this.type
    Definition Classes
    AmfObject
  83. def withInferredName(name: String): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  84. def withIsExternalLink(isReference: Boolean): EndPoint.this.type
    Definition Classes
    DomainElement
  85. def withName(name: String): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  86. def withName(nameNode: ScalarNode): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  87. def withName(name: String, a: Annotations): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  88. def withName(node: YNode): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  89. def withOperation(method: String): Operation
  90. def withOperations(operations: Seq[Operation]): EndPoint.this.type
  91. def withParameter(name: String): Parameter
  92. def withParameters(parameters: Seq[Parameter]): EndPoint.this.type
  93. def withPath(path: String): EndPoint.this.type
  94. def withPayload(mediaType: Option[String] = None): Payload
  95. def withPayloads(payloads: Seq[Payload]): EndPoint.this.type
  96. def withResourceType(name: String): ParametrizedResourceType
  97. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  98. def withSecurity(security: Seq[SecurityRequirement]): EndPoint.this.type
    Definition Classes
    SecuredElement
  99. def withServer(url: String): Server
  100. def withServers(servers: Seq[Server]): EndPoint.this.type
    Definition Classes
    EndPointServerContainer
  101. def withSummary(summary: String): EndPoint.this.type
  102. def withSynthesizeName(name: String): EndPoint.this.type
    Definition Classes
    NamedAmfObject
  103. def withTrait(name: String): ParametrizedTrait
  104. 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

Inherited from HasFederationMetadata[EndPointFederationMetadata]

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from NamedAmfObject

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