case class FileShape(fields: Fields, annotations: Annotations) extends AnyShape with CommonShapeFields with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileShape
- Serializable
- Serializable
- Product
- Equals
- CommonShapeFields
- AnyShape
- JsonSchemaSerializer
- ShapeHelpers
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FileShape(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): FileShape.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): FileShape.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): FileShape.this.type
- Definition Classes
- AmfElement
- def adopted(parent: String): FileShape.this.type
- val annotations: Annotations
-
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()): FileShape.this.type
- Definition Classes
- ShapeHelpers
-
def
collectCustomShapePropertyDefinitions(onlyInherited: Boolean): Seq[FacetsMap]
- Definition Classes
- Shape
-
def
copyAnyShape(fields: Fields = fields, annotations: Annotations = annotations): AnyShape
- Definition Classes
- 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
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: Seq[Example]
- Definition Classes
- AnyShape
-
def
exclusiveMaximum: BoolField
- Definition Classes
- CommonShapeFields
-
def
exclusiveMinimum: BoolField
- Definition Classes
- CommonShapeFields
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
- val fields: Fields
- def fileTypes: Seq[StrField]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
format: StrField
- Definition Classes
- CommonShapeFields
-
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
-
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(): FileShape
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
val
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
maxLength: IntField
- Definition Classes
- CommonShapeFields
-
def
maximum: DoubleField
- Definition Classes
- CommonShapeFields
- def meta: Obj
-
def
minLength: IntField
- Definition Classes
- CommonShapeFields
-
def
minimum: DoubleField
- Definition Classes
- CommonShapeFields
-
def
multipleOf: IntField
- Definition Classes
- CommonShapeFields
-
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
pattern: StrField
- Definition Classes
- CommonShapeFields
-
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): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): FileShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): FileShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): FileShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): FileShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): FileShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): FileShape.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
- Definition Classes
- AnyShape
-
def
toJsonSchema(element: AnyShape): String
- Attributes
- protected
- Definition Classes
- JsonSchemaSerializer
-
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]
- Definition Classes
- AnyShape
-
def
validate(payload: String): Future[AMFValidationReport]
- Definition Classes
- AnyShape
-
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]): FileShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): FileShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomShapeProperties(properties: Seq[ShapeExtension]): FileShape.this.type
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinition(name: String): PropertyShape
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinitions(propertyDefinitions: Seq[PropertyShape]): FileShape.this.type
- Definition Classes
- Shape
-
def
withDefault(default: DataNode): FileShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): FileShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): FileShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): FileShape.this.type
- Definition Classes
- AnyShape
-
def
withExample(name: Option[String]): Example
- Definition Classes
- AnyShape
-
def
withExamples(examples: Seq[Example]): FileShape.this.type
- Definition Classes
- AnyShape
-
def
withExclusiveMaximum(max: Boolean): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withExclusiveMinimum(min: Boolean): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withExtends(extend: Seq[DomainElement]): FileShape.this.type
- Definition Classes
- DomainElement
- def withFileTypes(fileTypes: Seq[String]): FileShape.this.type
-
def
withFormat(format: String): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withId(value: String): FileShape.this.type
- Definition Classes
- AmfObject
-
def
withInherits(inherits: Seq[Shape]): FileShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): FileShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): FileShape.this.type
- Definition Classes
- Linkable
-
def
withMaxLength(max: Int): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withMaximum(max: Double): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withMinLength(min: Int): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withMinimum(min: Double): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withMultipleOf(multiple: Int): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withName(name: String): FileShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withPattern(pattern: String): FileShape.this.type
- Definition Classes
- CommonShapeFields
-
def
withValues(values: Seq[String]): FileShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): FileShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape