case class ErrorParameter(idPart: String, ast: YPart) extends Parameter with ErrorDeclaration[ParameterModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[ParameterModel.type], Parameter, HasFederationMetadata[ParameterFederationMetadata], ExemplifiedDomainElement, SchemaContainer, Linkable, AdoptionDependantCalls, AbstractParameter, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorParameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. Parameter
  8. HasFederationMetadata
  9. ExemplifiedDomainElement
  10. SchemaContainer
  11. Linkable
  12. AdoptionDependantCalls
  13. AbstractParameter
  14. NamedDomainElement
  15. DomainElement
  16. CustomizableElement
  17. NamedAmfObject
  18. AmfObject
  19. AmfElement
  20. AnyRef
  21. 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 ErrorParameter(idPart: String, ast: YPart)

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[ParameterModel.type]

Inherited from Parameter

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

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

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

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

Ungrouped