class AnyShape extends Shape with ShapeHelpers with JsonSchemaSerializer
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyShape
- JsonSchemaSerializer
- ShapeHelpers
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnyShape(fields: Fields, annotations: Annotations)
Type Members
-
type
FacetsMap = Map[String, PropertyShape]
- Definition Classes
- Shape
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
add(field: Field, value: AmfElement): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): AnyShape.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): AnyShape.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String): AnyShape.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- AnyShape → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildFixPoint(id: Option[String], link: Shape): RecursiveShape
- Attributes
- protected
- Definition Classes
- ShapeHelpers
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
cloneShape(withRecursionBase: Option[String] = None, traversed: Set[String] = Set()): AnyShape.this.type
- Definition Classes
- ShapeHelpers
-
def
collectCustomShapePropertyDefinitions(onlyInherited: Boolean): Seq[FacetsMap]
- Definition Classes
- Shape
-
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
- AnyShape → AmfObject
- def copyAnyShape(fields: Fields = fields, annotations: Annotations = annotations): AnyShape
-
def
copyFields(cloned: Shape, recursionBase: Option[String], traversed: Set[String]): Unit
- Attributes
- protected
- Definition Classes
- Shape
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
-
def
customShapeProperties: Seq[ShapeExtension]
- Definition Classes
- Shape
-
def
customShapePropertyDefinitions: Seq[PropertyShape]
- Definition Classes
- Shape
-
def
default: DataNode
- Definition Classes
- Shape
-
def
defaultString: StrField
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
- def documentation: CreativeWork
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
-
def
effectiveInherits: Seq[Shape]
- Definition Classes
- Shape
-
def
effectiveLinkTarget: DomainElement
- Definition Classes
- Linkable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def examples: Seq[Example]
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- AnyShape → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromTypeExpression: Boolean
- Definition Classes
- ShapeHelpers
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): Seq[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
id: String
- Definition Classes
- AmfObject
-
def
inherits: Seq[Shape]
- Definition Classes
- Shape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
val
isUnresolved: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: String, annotations: Annotations): T
- Definition Classes
- Linkable
-
val
linkAnnotations: Option[Annotations]
- Definition Classes
- Linkable
-
def
linkCopy(): AnyShape
- Definition Classes
- AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
val
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
meta: Obj
- Definition Classes
- AnyShape → DomainElement
-
def
name: StrField
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
-
val
refAst: Option[YPart]
- Definition Classes
- Linkable
-
val
refCtx: Option[ParserContext]
- Definition Classes
- Linkable
-
val
refName: String
- Definition Classes
- Linkable
-
def
resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T): T
- Definition Classes
- Linkable
-
def
set(field: Field, value: AmfElement, annotations: Annotations): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): AnyShape.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): AnyShape.this.type
- Definition Classes
- AmfObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
- Definition Classes
- Linkable
- def toJsonSchema: String
-
def
toJsonSchema(element: AnyShape): String
- Attributes
- protected
- Definition Classes
- JsonSchemaSerializer
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeExpression: String
- Definition Classes
- ShapeHelpers
-
def
unresolved(refName: String, refAst: YPart)(implicit ctx: ParserContext): DomainElement with Linkable
- Definition Classes
- Linkable
- def validate(fragment: PayloadFragment): Future[AMFValidationReport]
- def validate(payload: String): Future[AMFValidationReport]
-
def
values: Seq[StrField]
- 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
- @throws( ... )
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomShapeProperties(properties: Seq[ShapeExtension]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinition(name: String): PropertyShape
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinitions(propertyDefinitions: Seq[PropertyShape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDefault(default: DataNode): AnyShape.this.type
- Definition Classes
- Shape
-
def
withDefaultStr(value: String): 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(name: Option[String]): Example
- def withExamples(examples: Seq[Example]): AnyShape.this.type
-
def
withExtends(extend: Seq[DomainElement]): AnyShape.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): AnyShape.this.type
- Definition Classes
- AmfObject
-
def
withInherits(inherits: Seq[Shape]): AnyShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): AnyShape.this.type
- Definition Classes
- Linkable
-
def
withName(name: String): AnyShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withValues(values: Seq[String]): AnyShape.this.type
- Definition Classes
- Shape
- def withXMLSerialization(xmlSerialization: XMLSerializer): AnyShape.this.type
- def xmlSerialization: XMLSerializer