case class NodeShape(_internal: scala.model.domain.NodeShape) extends AnyShape with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyShape, Shape, NamedDomainElement, NamedAmfObject, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyShape
  7. Shape
  8. NamedDomainElement
  9. NamedAmfObject
  10. Linkable
  11. DomainElement
  12. CustomizableElement
  13. PlatformSecrets
  14. AmfObjectWrapper
  15. Annotable
  16. AnyRef
  17. 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 NodeShape()
    Annotations
    @JSExportTopLevel( "NodeShape" )
  2. new NodeShape(_internal: scala.model.domain.NodeShape)

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 NodeShape to any2stringadd[NodeShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeShape, B)
    Implicit
    This member is added by an implicit conversion from NodeShape to ArrowAssoc[NodeShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def additionalPropertiesKeySchema: Shape
  7. def additionalPropertiesSchema: Shape
  8. def aliases: ClientList[StrField]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  9. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  10. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def avroSchemaType(): ClientOption[String]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. def closed: BoolField
  15. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  16. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  17. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  18. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  19. def defaultValue: DataNode
    Definition Classes
    Shape
  20. def defaultValueStr: StrField
    Definition Classes
    Shape
  21. def dependencies: ClientList[PropertyDependencies]
  22. def deprecated: BoolField
    Definition Classes
    Shape
  23. def description: StrField
    Definition Classes
    Shape
  24. def discriminator: StrField
  25. def discriminatorMapping: ClientList[IriTemplateMapping]
  26. def discriminatorValue: StrField
  27. def discriminatorValueDataNode: DataNode
  28. def discriminatorValueMapping: ClientList[DiscriminatorValueMapping]
  29. def displayName: StrField
    Definition Classes
    Shape
  30. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  31. def elseShape: Shape
    Definition Classes
    Shape
  32. def ensuring(cond: (NodeShape) ⇒ Boolean, msg: ⇒ Any): NodeShape
    Implicit
    This member is added by an implicit conversion from NodeShape to Ensuring[NodeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: (NodeShape) ⇒ Boolean): NodeShape
    Implicit
    This member is added by an implicit conversion from NodeShape to Ensuring[NodeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean, msg: ⇒ Any): NodeShape
    Implicit
    This member is added by an implicit conversion from NodeShape to Ensuring[NodeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean): NodeShape
    Implicit
    This member is added by an implicit conversion from NodeShape to Ensuring[NodeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  38. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  39. def externalProperties: ClientList[ExternalPropertyShape]
  40. def federationMetadata: ShapeFederationMetadata
    Definition Classes
    Shape
  41. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NodeShape to StringFormat[NodeShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  42. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  43. def graph(): Graph
    Definition Classes
    DomainElement
  44. def hasExplicitName: Boolean
    Definition Classes
    Shape
  45. def id: String
    Definition Classes
    DomainElement
  46. def ifShape: Shape
    Definition Classes
    Shape
  47. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  48. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  49. def isAbstract: BoolField
  50. def isAvroSchema(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  51. def isExtension: BoolField
    Definition Classes
    Shape
  52. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  53. def isInputOnly: BoolField
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. def isLink: Boolean
    Definition Classes
    Linkable
  56. def isNotExplicit: Boolean

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  57. def isStub: BoolField
    Definition Classes
    Shape
  58. def keys: ClientList[Key]
  59. def link[T](label: String): T
    Definition Classes
    Linkable
  60. def link[T](): T
    Definition Classes
    Linkable
  61. def linkCopy(): NodeShape
    Definition Classes
    NodeShapeAnyShape → Linkable
  62. def linkLabel: StrField
    Definition Classes
    Linkable
  63. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  64. def maxProperties: IntField
  65. def minProperties: IntField
  66. def name: StrField
    Definition Classes
    Shape → NamedAmfObject
  67. def namespace: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. def not: Shape
    Definition Classes
    Shape
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  72. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  73. val platform: Platform
    Definition Classes
    PlatformSecrets
  74. def position: PositionRange
    Definition Classes
    DomainElement
  75. def properties: ClientList[PropertyShape]
  76. def propertyNames: Shape
  77. def readOnly: BoolField
    Definition Classes
    Shape
  78. def schemaDependencies: ClientList[SchemaDependencies]
  79. def size: IntField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. def thenShape: Shape
    Definition Classes
    Shape
  82. def trackedExample(trackId: String): ClientOption[Example]

    trackId

    parent id of the original payload type with simpleinheritance and the searched example.

    returns

    A ClientOption of the original inlined example, or empty if there is not any example with that track information annotated.

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  83. def unevaluatedProperties: Boolean
  84. def unevaluatedPropertiesSchema: Shape
  85. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def withAdditionalPropertiesKeySchema(additionalPropertiesKeySchema: Shape): NodeShape.this.type
  90. def withAdditionalPropertiesSchema(additionalPropertiesSchema: Shape): NodeShape.this.type
  91. def withAliases(aliases: Seq[String]): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  92. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  93. def withClosed(closed: Boolean): NodeShape.this.type
  94. def withComment(comment: String): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  95. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): NodeShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  96. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): NodeShape.this.type
    Definition Classes
    Shape
  97. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  98. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): NodeShape.this.type
    Definition Classes
    Shape
  99. def withDefaultStr(value: String): NodeShape.this.type
    Definition Classes
    Shape
  100. def withDefaultValue(defaultVal: DataNode): NodeShape.this.type
    Definition Classes
    Shape
  101. def withDependencies(dependencies: ClientList[PropertyDependencies]): NodeShape.this.type
  102. def withDependency(): PropertyDependencies
  103. def withDeprecated(deprecated: Boolean): NodeShape.this.type
    Definition Classes
    Shape
  104. def withDescription(description: String): NodeShape.this.type
    Definition Classes
    Shape
  105. def withDiscriminator(discriminator: String): NodeShape.this.type
  106. def withDiscriminatorMapping(mappings: ClientList[IriTemplateMapping]): NodeShape.this.type
  107. def withDiscriminatorValue(value: String): NodeShape.this.type
  108. def withDiscriminatorValueDataNode(value: DataNode): NodeShape.this.type
  109. def withDisplayName(name: String): NodeShape.this.type
    Definition Classes
    Shape
  110. def withDocumentation(documentation: CreativeWork): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  111. def withElse(elseShape: Shape): NodeShape.this.type
    Definition Classes
    Shape
  112. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  113. def withExamples(examples: ClientList[Example]): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  114. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): NodeShape.this.type
    Definition Classes
    DomainElement
  115. def withExternalProperties(externalProperties: ClientList[ExternalPropertyShape]): NodeShape.this.type
  116. def withFederationMetadata(metadata: ShapeFederationMetadata): NodeShape.this.type
    Definition Classes
    Shape
  117. def withId(id: String): NodeShape.this.type
    Definition Classes
    DomainElement
  118. def withIf(ifShape: Shape): NodeShape.this.type
    Definition Classes
    Shape
  119. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  120. def withInheritsObject(name: String): NodeShape
  121. def withInheritsScalar(name: String): ScalarShape
  122. def withIsAbstract(isAbstract: Boolean): NodeShape.this.type
  123. def withIsExtension(value: Boolean): NodeShape.this.type
    Definition Classes
    Shape
  124. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  125. def withIsInputOnly(isInputOnly: Boolean): NodeShape.this.type
  126. def withIsStub(value: Boolean): NodeShape.this.type
    Definition Classes
    Shape
  127. def withKeys(keys: ClientList[Key]): NodeShape.this.type
  128. def withLinkLabel(label: String): NodeShape.this.type
    Definition Classes
    Linkable
  129. def withLinkTarget(target: DomainElement with Linkable): NodeShape.this.type
    Definition Classes
    Linkable
  130. def withMaxProperties(max: Int): NodeShape.this.type
  131. def withMinProperties(min: Int): NodeShape.this.type
  132. def withName(name: String): NodeShape.this.type
    Definition Classes
    Shape → NamedAmfObject
  133. def withNamespace(namespace: String): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  134. def withNode(shape: Shape): NodeShape.this.type
    Definition Classes
    Shape
  135. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  136. def withProperties(properties: ClientList[PropertyShape]): NodeShape.this.type
  137. def withProperty(name: String): PropertyShape
  138. def withPropertyNames(propertyNames: Shape): NodeShape.this.type
  139. def withReadOnly(readOnly: Boolean): NodeShape.this.type
    Definition Classes
    Shape
  140. def withSchemaDependencies(dependencies: ClientList[SchemaDependencies]): NodeShape.this.type
  141. def withSize(size: Int): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  142. def withThen(thenShape: Shape): NodeShape.this.type
    Definition Classes
    Shape
  143. def withUnevaluatedProperties(value: Boolean): NodeShape.this.type
  144. def withUnevaluatedPropertiesSchema(schema: Shape): NodeShape.this.type
  145. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): NodeShape.this.type
    Definition Classes
    Shape
  146. def withWriteOnly(writeOnly: Boolean): NodeShape.this.type
    Definition Classes
    Shape
  147. def withXMLSerialization(xmlSerialization: XMLSerializer): NodeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  148. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  149. def writeOnly: BoolField
    Definition Classes
    Shape
  150. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  151. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  152. def [B](y: B): (NodeShape, B)
    Implicit
    This member is added by an implicit conversion from NodeShape to ArrowAssoc[NodeShape] 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NodeShape to any2stringadd[NodeShape]

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

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

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

Ungrouped