Packages

c

amf.apicontract.internal.spec.common.emitter

Raml08EndPointEmitter

case class Raml08EndPointEmitter(endpoint: EndPoint, ordering: SpecOrdering, children: ListBuffer[RamlEndPointEmitter] = mutable.ListBuffer(), references: Seq[BaseUnit] = Seq())(implicit ctx: RamlSpecEmitterContext) extends RamlEndPointEmitter with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RamlEndPointEmitter, PartEmitter, EntryEmitter, Emitter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Raml08EndPointEmitter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RamlEndPointEmitter
  7. PartEmitter
  8. EntryEmitter
  9. Emitter
  10. AnyRef
  11. 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 Raml08EndPointEmitter(endpoint: EndPoint, ordering: SpecOrdering, children: ListBuffer[RamlEndPointEmitter] = mutable.ListBuffer(), references: Seq[BaseUnit] = Seq())(implicit ctx: RamlSpecEmitterContext)

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 Raml08EndPointEmitter to any2stringadd[Raml08EndPointEmitter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(child: RamlEndPointEmitter): Unit
    Definition Classes
    RamlEndPointEmitter
  5. def ->[B](y: B): (Raml08EndPointEmitter, B)
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to ArrowAssoc[Raml08EndPointEmitter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val children: ListBuffer[RamlEndPointEmitter]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def emit(b: PartBuilder): Unit
    Definition Classes
    RamlEndPointEmitter → PartEmitter
  11. def emit(b: EntryBuilder): Unit
    Definition Classes
    RamlEndPointEmitter → EntryEmitter
  12. def emitters(fs: Fields): ListBuffer[EntryEmitter]
    Attributes
    protected
    Definition Classes
    Raml08EndPointEmitterRamlEndPointEmitter
  13. val endpoint: EndPoint
  14. def ensuring(cond: (Raml08EndPointEmitter) ⇒ Boolean, msg: ⇒ Any): Raml08EndPointEmitter
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to Ensuring[Raml08EndPointEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Raml08EndPointEmitter) ⇒ Boolean): Raml08EndPointEmitter
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to Ensuring[Raml08EndPointEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): Raml08EndPointEmitter
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to Ensuring[Raml08EndPointEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Raml08EndPointEmitter
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to Ensuring[Raml08EndPointEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to StringFormat[Raml08EndPointEmitter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getExplicitParams(params: Seq[Parameter]): Seq[Parameter]
    Attributes
    protected
    Definition Classes
    RamlEndPointEmitter
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def keyParameter: String
    Attributes
    protected
    Definition Classes
    Raml08EndPointEmitterRamlEndPointEmitter
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val ordering: SpecOrdering
  28. def position(): Position
    Definition Classes
    RamlEndPointEmitter → Emitter
  29. val references: Seq[BaseUnit]
  30. implicit val shapeEmitterCtx: AgnosticShapeEmitterContextAdapter
    Definition Classes
    RamlEndPointEmitter
  31. implicit val spec: RamlSpecEmitterContext
    Definition Classes
    RamlEndPointEmitter
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (Raml08EndPointEmitter, B)
    Implicit
    This member is added by an implicit conversion from Raml08EndPointEmitter to ArrowAssoc[Raml08EndPointEmitter] 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RamlEndPointEmitter

Inherited from PartEmitter

Inherited from EntryEmitter

Inherited from Emitter

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped