case class ErrorChannel(idPart: String, ast: YPart) extends EndPoint with ErrorDeclaration[EndPointModel.type] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorChannel
- Serializable
- Serializable
- Product
- Equals
- ErrorDeclaration
- EndPoint
- Linkable
- AdoptionDependantCalls
- HasFederationMetadata
- ServerContainer
- ExtensibleWebApiDomainElement
- SecuredElement
- NamedDomainElement
- DomainElement
- CustomizableElement
- NamedAmfObject
- AmfObject
- AmfElement
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ErrorChannel(idPart: String, ast: YPart)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ErrorChannel to any2stringadd[ErrorChannel] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ErrorChannel, B)
- Implicit
- This member is added by an implicit conversion from ErrorChannel to ArrowAssoc[ErrorChannel] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): ErrorChannel.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String]): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- EndPoint → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ast: YPart
-
def
bindings: ChannelBindings
- Definition Classes
- EndPoint
-
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
- EndPoint → Linkable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- AmfObject → AmfElement
-
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
-
def
copyElement(a: Annotations): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
copyElement(): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
-
def
description: StrField
- Definition Classes
- EndPoint
-
def
effectiveLinkTarget(links: Set[Linkable]): DomainElement
- Definition Classes
- Linkable
-
def
ensuring(cond: (ErrorChannel) ⇒ Boolean, msg: ⇒ Any): ErrorChannel
- Implicit
- This member is added by an implicit conversion from ErrorChannel to Ensuring[ErrorChannel] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ErrorChannel) ⇒ Boolean): ErrorChannel
- Implicit
- This member is added by an implicit conversion from ErrorChannel to Ensuring[ErrorChannel] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ErrorChannel
- Implicit
- This member is added by an implicit conversion from ErrorChannel to Ensuring[ErrorChannel] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ErrorChannel
- Implicit
- This member is added by an implicit conversion from ErrorChannel to Ensuring[ErrorChannel] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
federationMetadata: EndPointFederationMetadata
- Definition Classes
- HasFederationMetadata
-
val
fields: Fields
- Definition Classes
- EndPoint → AmfObject
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
- val idPart: String
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
link[T](label: String, annotations: Annotations): T
- Definition Classes
- Linkable
-
val
linkAnnotations: Option[Annotations]
- Definition Classes
- Linkable
-
def
linkCopy(): EndPoint
- Definition Classes
- EndPoint → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: EndPointModel.type
- Definition Classes
- ErrorDeclaration → AmfObject
-
val
model: EndPointModel.type
- Definition Classes
- ErrorChannel → ErrorDeclaration
-
def
name: StrField
- Definition Classes
- NamedAmfObject
-
def
nameField: Field
- Definition Classes
- EndPoint → NamedAmfObject
-
val
namespace: String
- Definition Classes
- ErrorChannel → ErrorDeclaration
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newErrorInstance: ErrorDeclaration[EndPointModel.type]
- Attributes
- protected
- Definition Classes
- ErrorChannel → ErrorDeclaration
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
operations: Seq[Operation]
- Definition Classes
- EndPoint
-
def
parameters: Seq[Parameter]
- Definition Classes
- EndPoint
-
def
parent: Option[EndPoint]
- Definition Classes
- EndPoint
-
def
path: StrField
- Definition Classes
- EndPoint
-
def
payloads: Seq[Payload]
- Definition Classes
- EndPoint
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
-
def
refDescription: StrField
- Definition Classes
- Linkable
-
def
refSummary: StrField
- Definition Classes
- Linkable
-
def
relativePath: String
- Definition Classes
- EndPoint
-
def
removeServers(): Unit
- Definition Classes
- EndPoint → ServerContainer
-
def
resourceType: Option[ParametrizedResourceType]
- Definition Classes
- EndPoint
-
def
security: Seq[SecurityRequirement]
- Definition Classes
- SecuredElement
-
def
servers: Seq[Server]
- Definition Classes
- EndPoint → ServerContainer
-
def
set(field: Field, value: AmfElement, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
val
shouldLink: Boolean
- Attributes
- protected
- Definition Classes
- Linkable
-
final
def
simpleAdoption(parent: String): ErrorChannel.this.type
- Definition Classes
- AmfObject
-
def
summary: StrField
- Definition Classes
- EndPoint
-
def
supportsRecursion: BoolField
- Definition Classes
- Linkable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
traits: Seq[ParametrizedTrait]
- Definition Classes
- EndPoint
-
def
typeIris: Seq[String]
- Definition Classes
- DomainElement → CustomizableElement
-
def
unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
- Definition Classes
- Linkable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withBindings(bindings: ChannelBindings): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorChannel.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomDomainProperty(extensions: DomainExtension): ErrorChannel.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withDescription(description: String): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withExtends(extend: Seq[DomainElement]): ErrorChannel.this.type
- Definition Classes
- DomainElement
-
def
withFederationMetadata(metadata: EndPointFederationMetadata): ErrorChannel.this.type
- Definition Classes
- HasFederationMetadata
-
def
withId(value: String): ErrorChannel.this.type
- Definition Classes
- ErrorDeclaration → AmfObject
-
def
withInferredName(name: String): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withIsExternalLink(isReference: Boolean): ErrorChannel.this.type
- Definition Classes
- DomainElement
-
def
withLinkLabel(label: String, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): ErrorChannel.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(nameNode: ScalarNode): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(name: String, a: Annotations): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withName(node: YNode): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withOperation(method: String): Operation
- Definition Classes
- EndPoint
-
def
withOperations(operations: Seq[Operation]): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withParameter(name: String): Parameter
- Definition Classes
- EndPoint
-
def
withParameters(parameters: Seq[Parameter]): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withPath(path: String): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withPayload(mediaType: Option[String] = None): Payload
- Definition Classes
- EndPoint
-
def
withPayloads(payloads: Seq[Payload]): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withRefDescription(refDescription: String, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- Linkable
-
def
withRefSummary(refSummary: String, annotations: Annotations): ErrorChannel.this.type
- Definition Classes
- Linkable
-
def
withResourceType(name: String): ParametrizedResourceType
- Definition Classes
- ExtensibleWebApiDomainElement
-
def
withSecurity(name: String): SecurityRequirement
- Definition Classes
- SecuredElement
-
def
withSecurity(security: Seq[SecurityRequirement]): ErrorChannel.this.type
- Definition Classes
- SecuredElement
-
def
withServer(url: String): Server
- Definition Classes
- EndPoint
-
def
withServers(servers: Seq[Server]): ErrorChannel.this.type
- Definition Classes
- EndPoint → ServerContainer
-
def
withSummary(summary: String): ErrorChannel.this.type
- Definition Classes
- EndPoint
-
def
withSupportsRecursion(recursive: Boolean): ErrorChannel.this.type
- Definition Classes
- Linkable
-
def
withSynthesizeName(name: String): ErrorChannel.this.type
- Definition Classes
- NamedAmfObject
-
def
withTrait(name: String): ParametrizedTrait
- Definition Classes
- ExtensibleWebApiDomainElement
-
def
→[B](y: B): (ErrorChannel, B)
- Implicit
- This member is added by an implicit conversion from ErrorChannel to ArrowAssoc[ErrorChannel] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ErrorChannel to StringFormat[ErrorChannel] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.