c

amf.shapes.internal.spec.raml.emitter

RamlFileShapeEmitter

case class RamlFileShapeEmitter(scalar: FileShape, ordering: SpecOrdering, references: Seq[BaseUnit])(implicit spec: RamlShapeEmitterContext) extends RamlAnyShapeEmitter with RamlCommonOASFieldsEmitter with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RamlCommonOASFieldsEmitter, RamlAnyShapeEmitter, ExamplesEmitter, RamlShapeEmitter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlFileShapeEmitter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RamlCommonOASFieldsEmitter
  7. RamlAnyShapeEmitter
  8. ExamplesEmitter
  9. RamlShapeEmitter
  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 RamlFileShapeEmitter(scalar: FileShape, ordering: SpecOrdering, references: Seq[BaseUnit])(implicit spec: RamlShapeEmitterContext)

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 RamlFileShapeEmitter to any2stringadd[RamlFileShapeEmitter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RamlFileShapeEmitter, B)
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to ArrowAssoc[RamlFileShapeEmitter] 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def emitExamples(shape: AnyShape, results: ListBuffer[EntryEmitter], ordering: SpecOrdering, references: Seq[BaseUnit])(implicit spec: ShapeEmitterContext): Unit
    Definition Classes
    ExamplesEmitter
  9. def emitOASFields(fs: Fields, result: ListBuffer[EntryEmitter])(implicit spec: ShapeEmitterContext): Unit
    Definition Classes
    RamlCommonOASFieldsEmitter
  10. def emitters(): Seq[EntryEmitter]
  11. def ensuring(cond: (RamlFileShapeEmitter) ⇒ Boolean, msg: ⇒ Any): RamlFileShapeEmitter
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to Ensuring[RamlFileShapeEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (RamlFileShapeEmitter) ⇒ Boolean): RamlFileShapeEmitter
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to Ensuring[RamlFileShapeEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): RamlFileShapeEmitter
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to Ensuring[RamlFileShapeEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): RamlFileShapeEmitter
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to Ensuring[RamlFileShapeEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to StringFormat[RamlFileShapeEmitter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val ordering: SpecOrdering
  23. def processRamlPattern(f: FieldEntry): FieldEntry
    Definition Classes
    RamlCommonOASFieldsEmitter
  24. val references: Seq[BaseUnit]
  25. val scalar: FileShape
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. var typeEmitted: Boolean
    Definition Classes
    RamlShapeEmitter
  28. val typeName: Option[String]
  29. val valuesTag: YType
    Attributes
    protected
    Definition Classes
    RamlShapeEmitter
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (RamlFileShapeEmitter, B)
    Implicit
    This member is added by an implicit conversion from RamlFileShapeEmitter to ArrowAssoc[RamlFileShapeEmitter] 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 RamlAnyShapeEmitter

Inherited from ExamplesEmitter

Inherited from RamlShapeEmitter

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped