case class NodeFieldEmitters(node: DomainElement, nodeMappable: client.scala.model.domain.NodeMappable[_ <: NodeMappableModel], references: Seq[BaseUnit], dialect: Dialect, ordering: SpecOrdering, keyPropertyId: Option[String] = None, discriminator: Option[(String, String)] = None, emitDialect: Boolean = false, topLevelEmitters: Seq[EntryEmitter] = Nil, renderOptions: RenderOptions, registry: AMLRegistry, keyOverride: Option[String] = None)(implicit nodeMappableFinder: NodeMappableFinder) extends AmlEmittersHelper with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AmlEmittersHelper, DialectEmitterHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeFieldEmitters
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AmlEmittersHelper
  7. DialectEmitterHelper
  8. AnyRef
  9. 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 NodeFieldEmitters(node: DomainElement, nodeMappable: client.scala.model.domain.NodeMappable[_ <: NodeMappableModel], references: Seq[BaseUnit], dialect: Dialect, ordering: SpecOrdering, keyPropertyId: Option[String] = None, discriminator: Option[(String, String)] = None, emitDialect: Boolean = false, topLevelEmitters: Seq[EntryEmitter] = Nil, renderOptions: RenderOptions, registry: AMLRegistry, keyOverride: Option[String] = None)(implicit nodeMappableFinder: NodeMappableFinder)

Type Members

  1. type NodeMappable = client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
    Definition Classes
    DialectEmitterHelper
  2. type NodeMappingId = String
    Definition Classes
    AmlEmittersHelper
  3. type RefKey = String
    Definition Classes
    DialectEmitterHelper

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 NodeFieldEmitters to any2stringadd[NodeFieldEmitters] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeFieldEmitters, B)
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to ArrowAssoc[NodeFieldEmitters] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildReferenceAliasIndexFrom(unit: BaseUnit): Map[RefKey, (Alias, ImportLocation)]
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val dialect: Dialect
    Definition Classes
    NodeFieldEmittersAmlEmittersHelper
  10. val discriminator: Option[(String, String)]
  11. val emitDialect: Boolean
  12. def emitExternalLink(key: String, target: AmfElement, propertyMapping: PropertyLikeMapping[_ <: PropertyLikeMappingModel], annotations: Option[Annotations] = None): EntryEmitter
    Attributes
    protected
  13. def emitExternalObject(key: String, element: DialectDomainElement): EntryEmitter
    Attributes
    protected
  14. def emitField(field: Field): Option[EntryEmitter]
  15. def emitObjectEntry(key: String, target: AmfElement, propertyMapping: PropertyLikeMapping[_ <: PropertyLikeMappingModel], annotations: Option[Annotations] = None): EntryEmitter
    Attributes
    protected
  16. def ensuring(cond: (NodeFieldEmitters) ⇒ Boolean, msg: ⇒ Any): NodeFieldEmitters
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to Ensuring[NodeFieldEmitters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (NodeFieldEmitters) ⇒ Boolean): NodeFieldEmitters
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to Ensuring[NodeFieldEmitters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): NodeFieldEmitters
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to Ensuring[NodeFieldEmitters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): NodeFieldEmitters
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to Ensuring[NodeFieldEmitters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def externalEmitters[T <: AmfObject](model: ExternalContext[T], ordering: SpecOrdering): Seq[EntryEmitter]
    Definition Classes
    AmlEmittersHelper
  22. def extractAliasesFrom(unit: BaseUnit): Map[FullUrl, Alias]
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  23. def findAllNodeMappings(mappableId: String): Seq[NodeMapping]
    Definition Classes
    AmlEmittersHelper
  24. def findNodeMappingById(nodeMappingId: NodeMappingId): (Dialect, AnyNodeMappable)
    Definition Classes
    AmlEmittersHelper
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to StringFormat[NodeFieldEmitters] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getImportLocation(unit: BaseUnit, reference: BaseUnit): String
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  28. val index: DialectIndex
    Attributes
    protected
    Definition Classes
    AmlEmittersHelper
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val keyOverride: Option[String]
  31. val keyPropertyId: Option[String]
  32. def maybeFindNodeMappingById(nodeMappingId: NodeMappingId): Option[(Dialect, AnyNodeMappable)]
    Definition Classes
    AmlEmittersHelper
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val node: DomainElement
  35. val nodeMappable: client.scala.model.domain.NodeMappable[_ <: NodeMappableModel]
  36. implicit val nodeMappableFinder: NodeMappableFinder
    Definition Classes
    NodeFieldEmittersAmlEmittersHelper
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val ordering: SpecOrdering
  40. def referenceIndexKeyFor(unit: DeclaresModel): RefKey
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  41. val references: Seq[BaseUnit]
  42. val registry: AMLRegistry
  43. val renderOptions: RenderOptions
  44. def sanitize(importLocation: ImportLocation): ImportLocation
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. val topLevelEmitters: Seq[EntryEmitter]
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (NodeFieldEmitters, B)
    Implicit
    This member is added by an implicit conversion from NodeFieldEmitters to ArrowAssoc[NodeFieldEmitters] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AmlEmittersHelper

Inherited from DialectEmitterHelper

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped