c

amf.aml.internal.parse.instances

DialectInstanceLibraryParser

class DialectInstanceLibraryParser extends DialectInstanceParser

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstanceLibraryParser
  2. DialectInstanceParser
  3. InstanceNodeIdHandling
  4. BaseDirectiveOverride
  5. JsonPointerResolver
  6. BaseSpecParser
  7. PlatformSecrets
  8. NodeMappableHelper
  9. DeclarationKeyCollector
  10. AnnotationsParser
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. type NodeMappable = client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
    Definition Classes
    NodeMappableHelper

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to any2stringadd[DialectInstanceLibraryParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DialectInstanceLibraryParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to ArrowAssoc[DialectInstanceLibraryParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addDeclarationKey(key: DeclarationKey): Unit
    Definition Classes
    DeclarationKeyCollector
  7. def addDeclarationsToModel(model: DeclaresModel, declares: Seq[DomainElement]): Unit
    Attributes
    protected
    Definition Classes
    DeclarationKeyCollector
  8. def addDeclarationsToModel(model: DeclaresModel)(implicit ctx: DeclarationContext): Unit
    Attributes
    protected
    Definition Classes
    DeclarationKeyCollector
  9. def allNodeMappingIds(mapping: NodeMappable): Set[String]
    Definition Classes
    NodeMappableHelper
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def basePath(path: String): String
    Attributes
    protected
    Definition Classes
    JsonPointerResolver
  12. def checkDuplicated(dialectDomainElement: DialectDomainElement, elementNode: YNode, idsMap: Map[String, Boolean]): Unit
    Definition Classes
    DialectInstanceParser
  13. def checkHashProperties(node: DialectDomainElement, propertyMapping: PropertyMapping, propertyEntry: YMapEntry): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. implicit val ctx: DialectInstanceContext
    Definition Classes
    DialectInstanceLibraryParserDialectInstanceParserJsonPointerResolver → BaseSpecParser
  16. def dispatchNodeMap(nodeMap: YMap): String
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  17. def emptyElementWithViolation(msg: String)(implicit ctx: DialectInstanceContext): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  18. def encodedElementDefaultId(dialectInstance: EncodesModel): String
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  19. def ensuring(cond: (DialectInstanceLibraryParser) ⇒ Boolean, msg: ⇒ Any): DialectInstanceLibraryParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to Ensuring[DialectInstanceLibraryParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (DialectInstanceLibraryParser) ⇒ Boolean): DialectInstanceLibraryParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to Ensuring[DialectInstanceLibraryParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): DialectInstanceLibraryParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to Ensuring[DialectInstanceLibraryParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): DialectInstanceLibraryParser
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to Ensuring[DialectInstanceLibraryParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def explicitNodeId(node: Option[DialectDomainElement], nodeMap: YMap, path: Seq[String], defaultId: String, mapping: NodeMapping): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def findCompatibleMapping(id: String, unionMappings: Seq[NodeMapping], discriminatorMapping: Map[String, NodeMapping], discriminator: Option[String], nodeMap: YMap, additionalProperties: Seq[String]): Seq[NodeMapping]
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  28. def findHashProperties(propertyMapping: PropertyMapping, propertyEntry: YMapEntry): Option[(String, Any)]
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to StringFormat[DialectInstanceLibraryParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. def generateNodeId(node: DialectDomainElement, nodeMap: YMap, path: Seq[String], defaultId: String, mapping: NodeMapping, additionalProperties: Map[String, Any] = Map(), rootNode: Boolean): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def idTemplate(node: DialectDomainElement, nodeMap: YMap, path: Seq[String], mapping: NodeMapping): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val map: YMap
    Definition Classes
    DialectInstanceParser
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def overrideBase(id: String, map: YMap): String
    Definition Classes
    BaseDirectiveOverride
  40. def overrideBase(uri: String, baseEntry: YMapEntry): String
    Definition Classes
    BaseDirectiveOverride
  41. def parse(): DialectInstanceLibrary
  42. def parseAnnotations(ast: YMap, node: DomainElement, declarations: VocabularyDeclarations)(implicit ctx: ParserContext): Any
    Attributes
    protected
    Definition Classes
    AnnotationsParser
  43. def parseDeclarations(documentType: String): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  44. def parseDialectExtension(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  45. def parseDocument(): DialectInstance
    Definition Classes
    DialectInstanceParser
  46. def parseEncoded(dialectInstance: EncodesModel): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  47. def parseLiteralCollectionProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  48. def parseLiteralProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  49. def parseLiteralValue(value: YNode, property: PropertyMapping, node: DialectDomainElement): Option[_]
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  50. def parseNestedNode(path: String, id: String, entry: YNode, mapping: NodeMappable, additionalProperties: Map[String, Any] = Map()): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  51. def parseNode(path: String, defaultId: String, ast: YNode, mappable: NodeMappable, additionalProperties: Map[String, Any] = Map(), rootNode: Boolean = false, givenAnnotations: Option[Annotations], additionalKey: Option[String] = None): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  52. def parseObjectCollectionProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement, additionalProperties: Map[String, Any] = Map()): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  53. def parseObjectMapProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement, additionalProperties: Map[String, Any] = Map()): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  54. def parseObjectPairProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  55. def parseObjectProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement, additionalProperties: Map[String, Any] = Map()): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  56. def parseObjectUnion[T <: DomainElement](defaultId: String, path: Seq[String], ast: YNode, unionMapping: NodeWithDiscriminator[_ <: NodeWithDiscriminatorModel], additionalProperties: Map[String, Any] = Map()): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  57. def parseProperty(id: String, propertyEntry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  58. def pathSegment(parent: String, nexts: List[String]): String
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  59. val platform: Platform
    Definition Classes
    PlatformSecrets
  60. def prependRootIfIsRelative(template: String, path: Seq[String]): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  61. def replaceTemplateVariables(nodeId: String, nodeMap: YMap, originalTemplate: String): String
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  62. def resolveJSONPointer(map: YMap, mapping: NodeMappable, id: String): DialectDomainElement
    Attributes
    protected
    Definition Classes
    JsonPointerResolver
  63. def resolveJSONPointerProperty(map: YMap, mapping: PropertyMapping, id: String, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  64. def resolveJSONPointerUnion(map: YMap, allPossibleMappings: Seq[NodeMapping], id: String): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  65. def resolveLink(ast: YNode, mapping: NodeMappable, id: String, givenAnnotations: Option[Annotations]): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  66. def resolveLinkProperty(propertyEntry: YMapEntry, mapping: PropertyMapping, id: String, node: DialectDomainElement, isRef: Boolean = false): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  67. def resolveLinkUnion(ast: YNode, allPossibleMappings: Seq[NodeMapping], id: String): DialectDomainElement
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  68. def resolvedPath(str: String): String
    Attributes
    protected
    Definition Classes
    JsonPointerResolver
  69. val root: Root
  70. def scalarYType(entry: YMapEntry): Boolean
    Attributes
    protected
    Definition Classes
    InstanceNodeIdHandling
  71. def setLiteralValue(entry: YMapEntry, property: PropertyMapping, node: DialectDomainElement): Unit
    Attributes
    protected
    Definition Classes
    DialectInstanceParser
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def toString(): String
    Definition Classes
    AnyRef → Any
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. def [B](y: B): (DialectInstanceLibraryParser, B)
    Implicit
    This member is added by an implicit conversion from DialectInstanceLibraryParser to ArrowAssoc[DialectInstanceLibraryParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DialectInstanceParser

Inherited from InstanceNodeIdHandling

Inherited from BaseDirectiveOverride

Inherited from JsonPointerResolver

Inherited from BaseSpecParser

Inherited from PlatformSecrets

Inherited from NodeMappableHelper

Inherited from DeclarationKeyCollector

Inherited from AnnotationsParser

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DialectInstanceLibraryParser to any2stringadd[DialectInstanceLibraryParser]

Inherited by implicit conversion StringFormat from DialectInstanceLibraryParser to StringFormat[DialectInstanceLibraryParser]

Inherited by implicit conversion Ensuring from DialectInstanceLibraryParser to Ensuring[DialectInstanceLibraryParser]

Inherited by implicit conversion ArrowAssoc from DialectInstanceLibraryParser to ArrowAssoc[DialectInstanceLibraryParser]

Ungrouped