Packages

class Parameter extends AbstractParameter with Linkable with SchemaContainer with ExemplifiedDomainElement with HasFederationMetadata[ParameterFederationMetadata]

Parameter internal model.

Linear Supertypes
HasFederationMetadata[ParameterFederationMetadata], ExemplifiedDomainElement, SchemaContainer, Linkable, AdoptionDependantCalls, AbstractParameter, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. HasFederationMetadata
  3. ExemplifiedDomainElement
  4. SchemaContainer
  5. Linkable
  6. AdoptionDependantCalls
  7. AbstractParameter
  8. NamedDomainElement
  9. DomainElement
  10. CustomizableElement
  11. NamedAmfObject
  12. AmfObject
  13. AmfElement
  14. AnyRef
  15. 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 Parameter(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 Parameter to any2stringadd[Parameter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Parameter, B)
    Implicit
    This member is added by an implicit conversion from Parameter to ArrowAssoc[Parameter] 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): Parameter.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): Parameter.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): Parameter.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  10. def allowEmptyValue: BoolField
  11. def allowReserved: BoolField
  12. val annotations: Annotations
    Definition Classes
    Parameter → AbstractParameter → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def binding: StrField
    Definition Classes
    Parameter → AbstractParameter
  15. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    Parameter → Linkable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  18. def cloneParameter(parent: String): Parameter
    Definition Classes
    Parameter → AbstractParameter
  19. 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
    Parameter → AbstractParameter → AmfObject
  20. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  21. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  22. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  23. def defaultValue: DataNode
    Definition Classes
    AbstractParameter
  24. def deprecated: BoolField
  25. def description: StrField
    Definition Classes
    AbstractParameter
  26. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  27. def ensuring(cond: (Parameter) ⇒ Boolean, msg: ⇒ Any): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (Parameter) ⇒ Boolean): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def examples: Seq[Example]
    Definition Classes
    ExemplifiedDomainElement
  34. def explode: BoolField
  35. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  36. def federationMetadata: ParameterFederationMetadata
    Definition Classes
    HasFederationMetadata
  37. val fields: Fields
    Definition Classes
    Parameter → AbstractParameter → AmfObject
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  39. lazy val graph: Graph
    Definition Classes
    DomainElement
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  41. val id: String
    Definition Classes
    AmfObject
  42. def isBody: Boolean
  43. def isCookie: Boolean
  44. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  45. def isForm: Boolean
  46. def isHeader: Boolean
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isLink: Boolean
    Definition Classes
    Linkable
  49. def isPath: Boolean
  50. def isQuery: Boolean
  51. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  52. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  53. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  54. def linkCopy(): Parameter
    Definition Classes
    Parameter → Linkable
  55. def linkLabel: StrField
    Definition Classes
    Linkable
  56. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  57. def location(): Option[String]
    Definition Classes
    AmfElement
  58. def meta: ParameterModel.type
    Definition Classes
    Parameter → HasFederationMetadata → AbstractParameter → AmfObject
  59. def name: StrField
    Definition Classes
    NamedAmfObject
  60. def nameField: Field
    Definition Classes
    Parameter → AbstractParameter → NamedAmfObject
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  64. def parameterName: StrField
    Definition Classes
    Parameter → AbstractParameter
  65. def payloads: Seq[Payload]
  66. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  67. def refDescription: StrField
    Definition Classes
    Linkable
  68. def refSummary: StrField
    Definition Classes
    Linkable
  69. def removeExamples(): Unit
    Definition Classes
    ExemplifiedDomainElement
  70. def required: BoolField
    Definition Classes
    Parameter → AbstractParameter
  71. def schema: Shape
    Definition Classes
    AbstractParameter
  72. def set(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: AmfElement): Parameter.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, values: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: Float): Parameter.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, value: Double): Parameter.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: Int): Parameter.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: Boolean): Parameter.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, value: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  80. def set(field: Field, value: String): Parameter.this.type
    Definition Classes
    AmfObject
  81. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  82. def setArray(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  83. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  84. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  85. def setSchema(shape: Shape): Shape
    Definition Classes
    ParameterSchemaContainer
  86. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  87. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  88. final def simpleAdoption(parent: String): Parameter.this.type
    Definition Classes
    AmfObject
  89. def style: StrField
  90. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  91. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  92. def syntheticBinding(binding: String): Parameter.this.type
  93. def toString(): String
    Definition Classes
    AnyRef → Any
  94. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  95. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type
  100. def withAllowReserved(allowReserved: Boolean): Parameter.this.type
  101. def withBinding(binding: String): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  102. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  103. def withCustomDomainProperty(extensions: DomainExtension): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  104. def withDefaultValue(defaultValue: DataNode): Parameter.this.type
    Definition Classes
    AbstractParameter
  105. def withDeprecated(deprecated: Boolean): Parameter.this.type
  106. def withDescription(description: String): Parameter.this.type
    Definition Classes
    AbstractParameter
  107. def withExample(name: Option[String]): Example
    Definition Classes
    ExemplifiedDomainElement
  108. def withExamples(examples: Seq[Example], annotations: Annotations): Parameter.this.type
    Definition Classes
    ExemplifiedDomainElement
  109. def withExplode(explode: Boolean): Parameter.this.type
  110. def withExtends(extend: Seq[DomainElement]): Parameter.this.type
    Definition Classes
    DomainElement
  111. def withFederationMetadata(metadata: ParameterFederationMetadata): Parameter.this.type
    Definition Classes
    HasFederationMetadata
  112. def withId(value: String): Parameter.this.type
    Definition Classes
    AmfObject
  113. def withInferredName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  114. def withIsExternalLink(isReference: Boolean): Parameter.this.type
    Definition Classes
    DomainElement
  115. def withLinkLabel(label: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    Linkable
  116. def withLinkTarget(target: DomainElement): Parameter.this.type
    Definition Classes
    Linkable
  117. def withName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  118. def withName(nameNode: ScalarNode): Parameter.this.type
    Definition Classes
    NamedAmfObject
  119. def withName(name: String, a: Annotations): Parameter.this.type
    Definition Classes
    NamedAmfObject
  120. def withName(node: YNode): Parameter.this.type
    Definition Classes
    NamedAmfObject
  121. def withObjectSchema(name: String): NodeShape
    Definition Classes
    AbstractParameter
  122. def withParameterName(name: String, annots: Annotations = Annotations()): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  123. def withPayload(mediaType: String): Payload
  124. def withPayloads(payloads: Seq[Payload]): Parameter.this.type
  125. def withRefDescription(refDescription: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    Linkable
  126. def withRefSummary(refSummary: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    Linkable
  127. def withRequired(required: Boolean): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  128. def withScalarSchema(name: String): ScalarShape
    Definition Classes
    AbstractParameter
  129. def withSchema(schema: Shape): Parameter.this.type
    Definition Classes
    AbstractParameter
  130. def withStyle(style: String): Parameter.this.type
  131. def withSupportsRecursion(recursive: Boolean): Parameter.this.type
    Definition Classes
    Linkable
  132. def withSynthesizeName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  133. def [B](y: B): (Parameter, B)
    Implicit
    This member is added by an implicit conversion from Parameter to ArrowAssoc[Parameter] 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
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Parameter to StringFormat[Parameter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from HasFederationMetadata[ParameterFederationMetadata]

Inherited from ExemplifiedDomainElement

Inherited from SchemaContainer

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from AbstractParameter

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 Parameter to any2stringadd[Parameter]

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

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

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

Ungrouped