class AnyShape extends Shape
- Annotations
- @JSExportAll()
- Alphabetic
- By Inheritance
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AnyShape()
- Annotations
- @JSExportTopLevel( "model.domain.AnyShape" )
- new AnyShape(_internal: plugins.domain.shapes.models.AnyShape)
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def examples: ClientList[Example]
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): AnyShape
- Definition Classes
- AnyShape → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
-
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 parameterValidator(mediaType: String, env: Environment): ClientOption[PayloadValidator]
- def parameterValidator(mediaType: String): ClientOption[PayloadValidator]
- def payloadValidator(mediaType: String, env: Environment): ClientOption[PayloadValidator]
- def payloadValidator(mediaType: String): ClientOption[PayloadValidator]
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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.
- def validate(fragment: PayloadFragment): ClientFuture[ValidationReport]
- def validate(fragment: PayloadFragment, env: Environment): ClientFuture[ValidationReport]
- def validate(payload: String): ClientFuture[ValidationReport]
- def validate(payload: String, env: Environment): ClientFuture[ValidationReport]
- def validateParameter(payload: String): ClientFuture[ValidationReport]
- def validateParameter(payload: String, env: Environment): ClientFuture[ValidationReport]
-
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]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultStr(value: String): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDefaultValue(default: DataNode): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): AnyShape.this.type
- Definition Classes
- Shape
- def withDocumentation(documentation: CreativeWork): AnyShape.this.type
- def withExample(mediaType: String): Example
- def withExamples(examples: ClientList[Example]): AnyShape.this.type
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): AnyShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withNode(shape: Shape): AnyShape.this.type
- Definition Classes
- Shape
-
def
withOr(subShapes: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withValues(values: convert.CoreClientConverters.ClientList[DataNode]): AnyShape.this.type
- Definition Classes
- Shape
- def withXMLSerialization(xmlSerialization: XMLSerializer): AnyShape.this.type
-
def
withXone(subShapes: convert.CoreClientConverters.ClientList[Shape]): AnyShape.this.type
- Definition Classes
- Shape
- def xmlSerialization: XMLSerializer
-
def
xone: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape