class DialectInstanceParser extends BaseSpecParser with PlatformSecrets

Linear Supertypes
PlatformSecrets, BaseSpecParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstanceParser
  2. PlatformSecrets
  3. BaseSpecParser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectInstanceParser(root: Root)(implicit ctx: DialectInstanceContext)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def basePath(path: String): String
  6. def checkHashProperties(node: DialectDomainElement, propertyMapping: PropertyMapping, propertyEntry: YMapEntry): DialectDomainElement
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val ctx: DialectInstanceContext
    Definition Classes
    DialectInstanceParser → BaseSpecParser
  9. def dispatchNodeMap(nodeMap: YMap): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findCompatibleMapping(id: String, unionMappings: Seq[NodeMapping], discriminatorMapping: Map[String, NodeMapping], discriminator: Option[String], nodeMap: YMap, mapProperties: Seq[String]): Seq[NodeMapping]
  14. def generateNodeId(node: DialectDomainElement, nodeMap: YMap, id: String, mapping: NodeMapping): String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val map: YMap
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def parseDeclarations(documentType: String): Unit
    Attributes
    protected
  23. def parseDialectExtension(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  24. def parseDocument(): Option[DialectInstance]
  25. def parseEncoded(dialectInstance: EncodesModel): Option[DialectDomainElement]
    Attributes
    protected
  26. def parseEncodedFragment(dialectInstanceFragment: DialectInstanceFragment): Option[DialectDomainElement]
    Attributes
    protected
  27. def parseFragment(): Option[DialectInstanceFragment]
  28. def parseLibrary(): Option[DialectInstanceLibrary]
  29. def parseLiteralCollectionProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  30. def parseLiteralProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  31. def parseLiteralValue(value: YNode, property: PropertyMapping, node: DialectDomainElement): Option[_]
  32. def parseNestedNode(id: String, entry: YNode, mapping: NodeMapping): Option[DialectDomainElement]
    Attributes
    protected
  33. def parseNode(id: String, ast: YNode, mapping: NodeMapping): Option[DialectDomainElement]
    Attributes
    protected
  34. def parseObjectCollectionProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  35. def parseObjectInheritanceMap(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  36. def parseObjectMapProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  37. def parseObjectPairProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  38. def parseObjectProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  39. def parseObjectUnion(id: String, ast: YNode, property: PropertyMapping, node: DialectDomainElement, mapProperties: Seq[String] = Nil): Option[DialectDomainElement]
  40. def parseProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
  41. def pathSegment(parent: String, nexts: List[String]): String
  42. val platform: Platform
    Definition Classes
    PlatformSecrets
  43. def resolveJSONPointer(map: YMap, mapping: NodeMapping, id: String): Option[DialectDomainElement]
  44. def resolveJSONPointerProperty(map: YMap, mapping: PropertyMapping, id: String, node: DialectDomainElement): Any
  45. def resolveJSONPointerUnion(map: YMap, allPossibleMappings: Seq[NodeMapping], id: String): Option[DialectDomainElement]
  46. def resolveLink(ast: YNode, mapping: NodeMapping, id: String): Option[DialectDomainElement]
  47. def resolveLinkProperty(propertyEntry: YMapEntry, mapping: PropertyMapping, id: String, node: DialectDomainElement, isRef: Boolean = false): Any
  48. def resolveLinkUnion(ast: YNode, allPossibleMappings: Seq[NodeMapping], id: String): Some[DialectDomainElement]
  49. def resolvedPath(str: String): String
  50. def setLiteralValue(value: YNode, property: PropertyMapping, node: DialectDomainElement): Any
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PlatformSecrets

Inherited from BaseSpecParser

Inherited from AnyRef

Inherited from Any

Ungrouped