case class NodeShape(fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable

Node shape.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyShape, InheritanceChain, ExternalSourceElement, DynamicDomainElement, RamlDatatypeSerializer, JsonSchemaSerializer, ShapeHelpers, JsonSchemaSecrets, Shape, NamedDomainElement, Linkable, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyShape
  7. InheritanceChain
  8. ExternalSourceElement
  9. DynamicDomainElement
  10. RamlDatatypeSerializer
  11. JsonSchemaSerializer
  12. ShapeHelpers
  13. JsonSchemaSecrets
  14. Shape
  15. NamedDomainElement
  16. Linkable
  17. DomainElement
  18. AmfObject
  19. AmfElement
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeShape(fields: Fields, annotations: Annotations)

Type Members

  1. type FacetsMap = Map[String, PropertyShape]
    Definition Classes
    Shape

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): NodeShape.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): NodeShape.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): NodeShape.this.type
    Definition Classes
    AmfElement
  7. def addSubType(shape: Shape): Unit
    Definition Classes
    InheritanceChain
  8. def addSuperType(shape: Shape): Unit
    Definition Classes
    InheritanceChain
  9. def adopted(parent: String, cycle: Seq[String] = Seq()): NodeShape.this.type
    Definition Classes
    NodeShape → AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. def and: Seq[Shape]
    Definition Classes
    Shape
  12. val annotations: Annotations
    Definition Classes
    NodeShapeAnyShape → ExternalSourceElement → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def buildFixPoint(id: Option[String], name: String, link: Linkable, recursionErrorHandler: Option[ErrorHandler]): RecursiveShape
    Attributes
    protected
    Definition Classes
    ShapeHelpers
  15. def buildJsonSchema(): String
    Definition Classes
    AnyShape
  16. def buildRamlDatatype(): String

    Generates a new RAML Data Type.

    Generates a new RAML Data Type.

    Definition Classes
    AnyShape
  17. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    NodeShapeAnyShape → Linkable
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. def cloneAllExamples(cloned: Shape, s: Shape): Unit
    Definition Classes
    ShapeHelpers
  20. def cloneShape(recursionErrorHandler: Option[ErrorHandler], withRecursionBase: Option[String] = None, traversed: IdsTraversionCheck = IdsTraversionCheck(), cloneExamples: Boolean = false): NodeShape.this.type
    Definition Classes
    ShapeHelpers
  21. def closed: BoolField
  22. val closureShapes: Set[Shape]
    Definition Classes
    Shape
  23. def collectCustomShapePropertyDefinitions(onlyInherited: Boolean, traversed: Set[String]): Seq[FacetsMap]
    Definition Classes
    Shape
  24. 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
    NodeShapeAnyShape → AmfObject
  25. def computeSubtypesClosure(): Seq[Shape]
    Attributes
    protected
    Definition Classes
    InheritanceChain
  26. def copyAnyShape(fields: Fields = fields, annotations: Annotations = annotations): AnyShape
    Definition Classes
    AnyShape
  27. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  28. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  29. def copyFields(recursionErrorHandler: Option[ErrorHandler], cloned: Shape, recursionBase: Option[String], traversed: IdsTraversionCheck): Unit
    Attributes
    protected
    Definition Classes
    Shape
  30. def copyShape(): NodeShape.this.type
    Definition Classes
    AnyShape → Shape
  31. def copyShape(a: Annotations): NodeShape.this.type
    Definition Classes
    Shape
  32. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  33. def customShapeProperties: Seq[ShapeExtension]
    Definition Classes
    Shape
  34. def customShapePropertyDefinitions: Seq[PropertyShape]
    Definition Classes
    Shape
  35. def default: DataNode
    Definition Classes
    Shape
  36. def defaultString: StrField
    Definition Classes
    Shape
  37. def dependencies: Seq[PropertyDependencies]
  38. def description: StrField
    Definition Classes
    Shape
  39. def discriminator: StrField
  40. def discriminatorValue: StrField
  41. def displayName: StrField
    Definition Classes
    Shape
  42. def documentation: CreativeWork
    Definition Classes
    AnyShape
  43. def effectiveInherits: Seq[Shape]
    Definition Classes
    Shape
  44. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  45. def effectiveStructuralShapes: Seq[Shape]
    Definition Classes
    InheritanceChain
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def examples: Seq[Example]
    Definition Classes
    AnyShape
  48. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  49. def externalSourceID: Option[String]
    Definition Classes
    ShapeHelpers
  50. val fields: Fields
    Definition Classes
    NodeShapeAnyShape → ExternalSourceElement → AmfObject
  51. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def fromExternalSource: Boolean
    Definition Classes
    ShapeHelpers
  53. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  54. def fromTypeExpression: Boolean
    Definition Classes
    ShapeHelpers
  55. def generateJsonSchema(element: AnyShape): String
    Attributes
    protected
    Definition Classes
    JsonSchemaSerializer
  56. def generateRamlDatatype(element: AnyShape): String

    Generates a new RAML Data Type included in RAML 1.0 Library.

    Generates a new RAML Data Type included in RAML 1.0 Library.

    Attributes
    protected
    Definition Classes
    RamlDatatypeSerializer
  57. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. lazy val graph: Graph
    Definition Classes
    DomainElement
  59. val id: String
    Definition Classes
    AmfObject
  60. val inheritedIds: Seq[String]
    Definition Classes
    InheritanceChain
  61. def inherits: Seq[Shape]
    Definition Classes
    Shape
  62. def inlined: Boolean
    Attributes
    protected
    Definition Classes
    AnyShape
  63. 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
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. def isLink: Boolean
    Definition Classes
    Linkable
  66. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  67. val isUnresolved: Boolean
    Definition Classes
    Linkable
  68. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  69. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  70. def linkCopy(): NodeShape
    Definition Classes
    NodeShapeAnyShape → Linkable
  71. def linkLabel: StrField
    Definition Classes
    Linkable
  72. def linkSubType(shape: AnyShape): Unit
    Definition Classes
    InheritanceChain
  73. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  74. def location(): Option[String]
    Definition Classes
    ExternalSourceElement → AmfElement
  75. def maxProperties: IntField
  76. val meta: AnyShapeModel
    Definition Classes
    NodeShapeAnyShape → AmfObject
  77. def minProperties: IntField
  78. def name: StrField
    Definition Classes
    NamedDomainElement
  79. def nameField: Field
    Attributes
    protected
    Definition Classes
    Shape → NamedDomainElement
  80. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. def not: Shape
    Definition Classes
    Shape
  82. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  84. def or: Seq[Shape]
    Definition Classes
    Shape
  85. def parameterValidator(mediaType: String, env: Environment = Environment()): Option[PayloadValidator]
    Definition Classes
    AnyShape
  86. def payloadValidator(mediaType: String, env: Environment = Environment()): Option[PayloadValidator]
    Definition Classes
    AnyShape
  87. def payloadValidator(shape: Shape, validationMode: ValidationMode): PlatformPayloadValidator
    Attributes
    protected
    Definition Classes
    JsonSchemaSecrets
  88. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  89. def properties: Seq[PropertyShape]
  90. val ramlSyntaxKey: String
    Definition Classes
    NodeShapeAnyShape → Shape
  91. def raw: StrField
    Definition Classes
    ExternalSourceElement
  92. val refAst: Option[YPart]
    Definition Classes
    Linkable
  93. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  94. val refName: String
    Definition Classes
    Linkable
  95. def referenceId: StrField
    Definition Classes
    ExternalSourceElement
  96. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  97. def set(field: Field, value: AmfElement, annotations: Annotations): NodeShape.this.type
    Definition Classes
    AmfObject
  98. def set(field: Field, value: AmfElement): NodeShape.this.type
    Definition Classes
    AmfObject
  99. def set(field: Field, values: Seq[String]): NodeShape.this.type
    Definition Classes
    AmfObject
  100. def set(field: Field, value: Float): NodeShape.this.type
    Definition Classes
    AmfObject
  101. def set(field: Field, value: Double): NodeShape.this.type
    Definition Classes
    AmfObject
  102. def set(field: Field, value: Int): NodeShape.this.type
    Definition Classes
    AmfObject
  103. def set(field: Field, value: Boolean): NodeShape.this.type
    Definition Classes
    AmfObject
  104. def set(field: Field, value: String): NodeShape.this.type
    Definition Classes
    AmfObject
  105. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): NodeShape.this.type
    Definition Classes
    AmfObject
  106. def setArray(field: Field, values: Seq[AmfElement]): NodeShape.this.type
    Definition Classes
    AmfObject
  107. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): NodeShape.this.type
    Definition Classes
    AmfObject
  108. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): NodeShape.this.type
    Definition Classes
    AmfObject
  109. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  110. final def simpleAdoption(parent: String): NodeShape.this.type
    Definition Classes
    AmfObject
  111. val subTypes: Seq[Shape]
    Definition Classes
    InheritanceChain
  112. val superTypes: Seq[Shape]
    Definition Classes
    InheritanceChain
  113. def supportsInheritance: Boolean
    Definition Classes
    InheritanceChain
  114. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  115. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  116. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  117. def toJsonSchema: String
    Definition Classes
    AnyShape
  118. def toJsonSchema(element: AnyShape): String
    Attributes
    protected
    Definition Classes
    JsonSchemaSerializer
  119. def toRamlDatatype: String

    Delegates generation of a new RAML Data Type or returns cached one if it was generated before.

    Delegates generation of a new RAML Data Type or returns cached one if it was generated before.

    Definition Classes
    AnyShape
  120. def toRamlDatatype(element: AnyShape): String

    Delegates generation of a new RAML Data Type or returns cached one if it was generated before.

    Delegates generation of a new RAML Data Type or returns cached one if it was generated before.

    Attributes
    protected
    Definition Classes
    RamlDatatypeSerializer
  121. def trackedExample(trackId: String): Option[Example]
    Definition Classes
    AnyShape
  122. def typeExpression(eh: ErrorHandler): String
    Definition Classes
    ShapeHelpers
  123. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  124. val unresolvedSeverity: String
    Definition Classes
    Linkable
  125. def validate(fragment: PayloadFragment): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  126. def validate(fragment: PayloadFragment, env: Environment): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  127. def validate(payload: String): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  128. def validate(payload: String, env: Environment): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  129. def validateParameter(payload: String): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  130. def validateParameter(payload: String, env: Environment): Future[AMFValidationReport]
    Definition Classes
    AnyShape
  131. def valueForField(f: Field): Option[Value]
    Definition Classes
    ExternalSourceElement → DynamicDomainElement
  132. def values: Seq[DataNode]
    Definition Classes
    Shape
  133. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  135. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  136. def withAnd(subShapes: Seq[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  137. def withClosed(closed: Boolean): NodeShape.this.type
  138. def withCustomDomainProperties(extensions: Seq[DomainExtension]): NodeShape.this.type
    Definition Classes
    DomainElement
  139. def withCustomDomainProperty(extensions: DomainExtension): NodeShape.this.type
    Definition Classes
    DomainElement
  140. def withCustomShapeProperties(properties: Seq[ShapeExtension]): NodeShape.this.type
    Definition Classes
    Shape
  141. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  142. def withCustomShapePropertyDefinitions(propertyDefinitions: Seq[PropertyShape]): NodeShape.this.type
    Definition Classes
    Shape
  143. def withDefault(default: DataNode): NodeShape.this.type
    Definition Classes
    Shape
  144. def withDefaultStr(value: String): NodeShape.this.type
    Definition Classes
    Shape
  145. def withDependencies(dependencies: Seq[PropertyDependencies]): NodeShape.this.type
  146. def withDependency(): PropertyDependencies
  147. def withDescription(description: String): NodeShape.this.type
    Definition Classes
    Shape
  148. def withDiscriminator(discriminator: String): NodeShape.this.type
  149. def withDiscriminatorValue(value: String): NodeShape.this.type
  150. def withDisplayName(name: String): NodeShape.this.type
    Definition Classes
    Shape
  151. def withDocumentation(documentation: CreativeWork): NodeShape.this.type
    Definition Classes
    AnyShape
  152. def withExample(name: Option[String]): Example
    Definition Classes
    AnyShape
  153. def withExamples(examples: Seq[Example]): NodeShape.this.type
    Definition Classes
    AnyShape
  154. def withExtends(extend: Seq[DomainElement]): NodeShape.this.type
    Definition Classes
    DomainElement
  155. def withId(value: String): NodeShape.this.type
    Definition Classes
    AmfObject
  156. def withInherits(inherits: Seq[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  157. def withInheritsObject(name: String): NodeShape
  158. def withInheritsScalar(name: String): ScalarShape
  159. def withLinkLabel(label: String): NodeShape.this.type
    Definition Classes
    Linkable
  160. def withLinkTarget(target: DomainElement): NodeShape.this.type
    Definition Classes
    Linkable
  161. def withMaxProperties(max: Int): NodeShape.this.type
  162. def withMinProperties(min: Int): NodeShape.this.type
  163. def withName(name: String, a: Annotations): NodeShape.this.type
    Definition Classes
    NamedDomainElement
  164. def withNot(shape: Shape): NodeShape.this.type
    Definition Classes
    Shape
  165. def withOr(subShapes: Seq[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  166. def withProperties(properties: Seq[PropertyShape]): NodeShape.this.type
  167. def withProperty(name: String): PropertyShape
  168. def withReference(id: String): NodeShape.this.type
    Definition Classes
    ExternalSourceElement
  169. def withSupportsRecursion(recursive: Boolean): NodeShape.this.type
    Definition Classes
    Linkable
  170. def withValues(values: Seq[DataNode]): NodeShape.this.type
    Definition Classes
    Shape
  171. def withXMLSerialization(xmlSerialization: XMLSerializer): NodeShape.this.type
    Definition Classes
    AnyShape
  172. def withXone(subShapes: Seq[Shape]): NodeShape.this.type
    Definition Classes
    Shape
  173. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
  174. def xone: Seq[Shape]
    Definition Classes
    Shape

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyShape

Inherited from InheritanceChain

Inherited from ExternalSourceElement

Inherited from DynamicDomainElement

Inherited from RamlDatatypeSerializer

Inherited from JsonSchemaSerializer

Inherited from ShapeHelpers

Inherited from JsonSchemaSecrets

Inherited from Shape

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped