class MatrixShape extends ArrayShape
- Annotations
- @JSExportAll()
- Alphabetic
- By Inheritance
- MatrixShape
- ArrayShape
- Serializable
- Serializable
- Product
- Equals
- DataArrangeShape
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MatrixShape()
- Annotations
- @JSExportTopLevel( "model.domain.MatrixShape" )
- new MatrixShape(_internal: plugins.domain.shapes.models.ArrayShape)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildJsonSchema(): String
Force a new json schema generation, no matter if the shape was parsed from that kind of expression or if was previously generated.
Force a new json schema generation, no matter if the shape was parsed from that kind of expression or if was previously generated. Stores the result for futures toJsonSchema invocations. Should use this method when you have mutated this instance
- Definition Classes
- AnyShape
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
defaultValueStr: StrField
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: ClientList[Example]
- Definition Classes
- AnyShape
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graph(): Graph
- Definition Classes
- DomainElement
-
def
id: String
- Definition Classes
- DomainElement
-
def
inherits: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
isDefaultEmpty: 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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
items: Shape
- Definition Classes
- ArrayShape
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): ArrayShape
- Definition Classes
- ArrayShape → AnyShape → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
-
def
maxItems: IntField
- Definition Classes
- DataArrangeShape
-
def
minItems: IntField
- Definition Classes
- DataArrangeShape
-
def
name: StrField
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: Shape
- Definition Classes
- Shape
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
or: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
def
payloadValidator(): PayloadValidator
- Definition Classes
- AnyShape
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJsonSchema: String
if the shape was parsed of a json schema, or has been previously generated a new json schema, returns thar value, otherwise generate a new json schema and store the value for futures invocations
if the shape was parsed of a json schema, or has been previously generated a new json schema, returns thar value, otherwise generate a new json schema and store the value for futures invocations
- Definition Classes
- AnyShape
-
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
-
def
uniqueItems: BoolField
- Definition Classes
- DataArrangeShape
-
def
validate(fragment: PayloadFragment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validate(fragment: PayloadFragment, env: Environment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validate(payload: String): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validate(payload: String, env: Environment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validateParameter(payload: String): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validateParameter(payload: String, env: Environment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
values: convert.CoreClientConverters.ClientList[DataNode]
- Definition Classes
- Shape
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withAnd(subShapes: convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultStr(value: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDefaultValue(default: DataNode): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExample(mediaType: String): Example
- Definition Classes
- AnyShape
-
def
withExamples(examples: ClientList[Example]): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withItems(items: Shape): MatrixShape.this.type
- Definition Classes
- MatrixShape → ArrayShape
-
def
withLinkLabel(label: String): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withMaxItems(maxItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withMinItems(minItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withName(name: String): MatrixShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withNode(shape: Shape): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withOr(subShapes: convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withUniqueItems(uniqueItems: Boolean): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withValues(values: convert.CoreClientConverters.ClientList[String]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withXone(subShapes: convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape
-
def
xone: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape