c

amf.aml.internal.render.emitters.dialects

RamlDialectLibraryEmitter

case class RamlDialectLibraryEmitter(library: DialectLibrary, document: DocumentCreator)(implicit nodeMappableFinder: NodeMappableFinder) extends DialectDocumentsEmitters with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DialectDocumentsEmitters, AmlEmittersHelper, DialectEmitterHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlDialectLibraryEmitter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DialectDocumentsEmitters
  7. AmlEmittersHelper
  8. DialectEmitterHelper
  9. AnyRef
  10. 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 RamlDialectLibraryEmitter(library: DialectLibrary, document: DocumentCreator)(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 RamlDialectLibraryEmitter to any2stringadd[RamlDialectLibraryEmitter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RamlDialectLibraryEmitter, B)
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to ArrowAssoc[RamlDialectLibraryEmitter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val aliases: Map[RefKey, (Alias, ImportLocation)]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildExternalsAliasIndexFrom(dialect: Dialect): Map[RefKey, (Alias, ImportLocation)]
    Attributes
    protected
    Definition Classes
    DialectDocumentsEmitters
  9. def buildReferenceAliasIndexFrom(unit: BaseUnit): Map[RefKey, (Alias, ImportLocation)]
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val dialect: Dialect
  12. def dialectEmitters(ordering: SpecOrdering): Seq[EntryEmitter]
  13. def dialectPropertiesEmitter(ordering: SpecOrdering): Seq[EntryEmitter]
  14. val document: DocumentCreator
  15. def emitDialectLibrary(): YDocument
  16. def ensuring(cond: (RamlDialectLibraryEmitter) ⇒ Boolean, msg: ⇒ Any): RamlDialectLibraryEmitter
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to Ensuring[RamlDialectLibraryEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (RamlDialectLibraryEmitter) ⇒ Boolean): RamlDialectLibraryEmitter
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to Ensuring[RamlDialectLibraryEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): RamlDialectLibraryEmitter
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to Ensuring[RamlDialectLibraryEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): RamlDialectLibraryEmitter
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to Ensuring[RamlDialectLibraryEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def externalEmitters(ordering: SpecOrdering): Seq[EntryEmitter]
    Definition Classes
    DialectDocumentsEmitters
  22. def externalEmitters[T <: AmfObject](model: ExternalContext[T], ordering: SpecOrdering): Seq[EntryEmitter]
    Definition Classes
    AmlEmittersHelper
  23. def extractAliasesFrom(unit: BaseUnit): Map[FullUrl, Alias]
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  24. def findAllNodeMappings(mappableId: String): Seq[NodeMapping]
    Definition Classes
    AmlEmittersHelper
  25. def findNodeMappingById(nodeMappingId: NodeMappingId): (Dialect, AnyNodeMappable)
    Definition Classes
    AmlEmittersHelper
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to StringFormat[RamlDialectLibraryEmitter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def getImportLocation(unit: BaseUnit, reference: BaseUnit): String
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  29. val index: DialectIndex
    Attributes
    protected
    Definition Classes
    AmlEmittersHelper
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val library: DialectLibrary
  32. def maybeFindNodeMappingById(nodeMappingId: NodeMappingId): Option[(Dialect, AnyNodeMappable)]
    Definition Classes
    AmlEmittersHelper
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. implicit val nodeMappableFinder: NodeMappableFinder
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val ordering: SpecOrdering
  38. def referenceIndexKeyFor(unit: DeclaresModel): RefKey
    Attributes
    protected
    Definition Classes
    DialectDocumentsEmittersDialectEmitterHelper
  39. def rootLevelEmitters(ordering: SpecOrdering): Seq[EntryEmitter]
    Definition Classes
    DialectDocumentsEmitters
  40. def sanitize(importLocation: ImportLocation): ImportLocation
    Attributes
    protected
    Definition Classes
    DialectEmitterHelper
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toDialect(library: DialectLibrary): Dialect
    Attributes
    protected
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (RamlDialectLibraryEmitter, B)
    Implicit
    This member is added by an implicit conversion from RamlDialectLibraryEmitter to ArrowAssoc[RamlDialectLibraryEmitter] 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 DialectDocumentsEmitters

Inherited from AmlEmittersHelper

Inherited from DialectEmitterHelper

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped