case class SchemaShape(_internal: scala.model.domain.SchemaShape) extends AnyShape with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaShape
- Serializable
- Serializable
- Product
- Equals
- AnyShape
- Shape
- NamedDomainElement
- NamedAmfObject
- Linkable
- DomainElement
- CustomizableElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SchemaShape()
- Annotations
- @JSExportTopLevel( "SchemaShape" )
- new SchemaShape(_internal: scala.model.domain.SchemaShape)
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 SchemaShape to any2stringadd[SchemaShape] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SchemaShape, B)
- Implicit
- This member is added by an implicit conversion from SchemaShape to ArrowAssoc[SchemaShape] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and: core.internal.convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
comment: StrField
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
-
def
customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
- Definition Classes
- Shape
-
def
customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
- Definition Classes
- Shape
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
defaultValueStr: StrField
- Definition Classes
- Shape
-
def
deprecated: BoolField
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
elseShape: Shape
- Definition Classes
- Shape
-
def
ensuring(cond: (SchemaShape) ⇒ Boolean, msg: ⇒ Any): SchemaShape
- Implicit
- This member is added by an implicit conversion from SchemaShape to Ensuring[SchemaShape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SchemaShape) ⇒ Boolean): SchemaShape
- Implicit
- This member is added by an implicit conversion from SchemaShape to Ensuring[SchemaShape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SchemaShape
- Implicit
- This member is added by an implicit conversion from SchemaShape to Ensuring[SchemaShape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SchemaShape
- Implicit
- This member is added by an implicit conversion from SchemaShape to Ensuring[SchemaShape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: ClientList[Example]
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
federationMetadata: ShapeFederationMetadata
- Definition Classes
- Shape
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SchemaShape to StringFormat[SchemaShape] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
graph(): Graph
- Definition Classes
- DomainElement
-
def
hasExplicitName: Boolean
- Definition Classes
- Shape
-
def
id: String
- Definition Classes
- DomainElement
-
def
ifShape: Shape
- Definition Classes
- Shape
-
def
inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
inlined(): Boolean
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
isExtension: BoolField
- Definition Classes
- Shape
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
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()
-
def
isStub: BoolField
- Definition Classes
- Shape
-
def
link[T](label: String): T
- Definition Classes
- Linkable
-
def
link[T](): T
- Definition Classes
- Linkable
-
def
linkCopy(): SchemaShape
- Definition Classes
- SchemaShape → AnyShape → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
- def location: ClientOption[String]
- def mediaType: StrField
-
def
name: StrField
- Definition Classes
- Shape → NamedAmfObject
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: Shape
- Definition Classes
- Shape
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
or: core.internal.convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: PositionRange
- Definition Classes
- DomainElement
- def raw: StrField
-
def
readOnly: BoolField
- Definition Classes
- Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thenShape: Shape
- Definition Classes
- Shape
-
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()
-
def
values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
- Definition Classes
- Shape
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withComment(comment: String): SchemaShape.this.type
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): SchemaShape.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinition(name: String): PropertyShape
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDefaultStr(value: String): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDefaultValue(defaultVal: DataNode): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDeprecated(deprecated: Boolean): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): SchemaShape.this.type
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
withElse(elseShape: Shape): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withExample(mediaType: String): Example
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
withExamples(examples: ClientList[Example]): SchemaShape.this.type
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): SchemaShape.this.type
- Definition Classes
- DomainElement
-
def
withFederationMetadata(metadata: ShapeFederationMetadata): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withId(id: String): SchemaShape.this.type
- Definition Classes
- DomainElement
-
def
withIf(ifShape: Shape): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withIsExtension(value: Boolean): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withIsExternalLink(isExternalLink: Boolean): DomainElement
- Definition Classes
- DomainElement
-
def
withIsStub(value: Boolean): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): SchemaShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): SchemaShape.this.type
- Definition Classes
- Linkable
- def withMediatype(mediaType: String): SchemaShape.this.type
-
def
withName(name: String): SchemaShape.this.type
- Definition Classes
- Shape → NamedAmfObject
-
def
withNode(shape: Shape): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): SchemaShape.this.type
- Definition Classes
- Shape
- def withRaw(text: String): SchemaShape.this.type
-
def
withReadOnly(readOnly: Boolean): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withThen(thenShape: Shape): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withWriteOnly(writeOnly: Boolean): SchemaShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): SchemaShape.this.type
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): SchemaShape.this.type
- Definition Classes
- Shape
-
def
writeOnly: BoolField
- Definition Classes
- Shape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape
- Annotations
- @JSExport()
-
def
xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
→[B](y: B): (SchemaShape, B)
- Implicit
- This member is added by an implicit conversion from SchemaShape to ArrowAssoc[SchemaShape] 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