class OasFragmentEmitter extends OasDocumentEmitter

Linear Supertypes
OasDocumentEmitter, OasSpecEmitter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OasFragmentEmitter
  2. OasDocumentEmitter
  3. OasSpecEmitter
  4. AnyRef
  5. 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 OasFragmentEmitter(fragment: Fragment)(implicit specCtx: OasSpecEmitterContext)

Type Members

  1. case class EndpointsEmitter(key: String, f: FieldEntry, ordering: SpecOrdering, references: Seq[BaseUnit], orphanAnnotations: Seq[DomainExtension]) extends EntryEmitter with Product with Serializable
    Definition Classes
    OasDocumentEmitter
  2. case class WebApiEmitter(api: WebApi, ordering: SpecOrdering, spec: Option[Spec], references: Seq[BaseUnit]) extends Product with Serializable
    Definition Classes
    OasDocumentEmitter
  3. case class AnnotationFragmentEmitter(annotation: AnnotationTypeDeclarationFragment, ordering: SpecOrdering) extends OasFragmentTypeEmitter with Product with Serializable
  4. case class DataTypeFragmentEmitter(dataType: DataTypeFragment, ordering: SpecOrdering) extends OasFragmentTypeEmitter with Product with Serializable
  5. case class DocumentationItemFragmentEmitter(documentationItem: DocumentationItemFragment, ordering: SpecOrdering) extends OasFragmentTypeEmitter with Product with Serializable
  6. case class NamedExampleFragmentEmitter(namedExample: NamedExampleFragment, ordering: SpecOrdering) extends OasFragmentTypeEmitter with Product with Serializable
  7. trait OasFragmentTypeEmitter extends AnyRef
  8. case class OasHeaderEmitter(oasHeader: OasHeader) extends EntryEmitter with Product with Serializable
  9. case class ReferenceEmitter extends EntryEmitter with Product with Serializable
    Definition Classes
    OasSpecEmitter
  10. case class ReferencesEmitter extends EntryEmitter with Product with Serializable
    Definition Classes
    OasSpecEmitter
  11. case class ResourceTypeFragmentEmitter(resourceTypeFragment: ResourceTypeFragment, ordering: SpecOrdering)(implicit eh: AMFErrorHandler) extends OasFragmentTypeEmitter with Product with Serializable
  12. case class SecuritySchemeFragmentEmitter(securityScheme: SecuritySchemeFragment, ordering: SpecOrdering) extends OasFragmentTypeEmitter with Product with Serializable
  13. case class TraitFragmentEmitter(traitFragment: TraitFragment, ordering: SpecOrdering)(implicit eh: AMFErrorHandler) extends OasFragmentTypeEmitter with Product with Serializable

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 OasFragmentEmitter to any2stringadd[OasFragmentEmitter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (OasFragmentEmitter, B)
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to ArrowAssoc[OasFragmentEmitter] 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 emitDocument(): YDocument
    Definition Classes
    OasDocumentEmitter
  9. def emitFragment(): YDocument
  10. def emitWebApi(ordering: SpecOrdering, references: Seq[BaseUnit]): Seq[EntryEmitter]
    Definition Classes
    OasDocumentEmitter
  11. def ensuring(cond: (OasFragmentEmitter) ⇒ Boolean, msg: ⇒ Any): OasFragmentEmitter
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to Ensuring[OasFragmentEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (OasFragmentEmitter) ⇒ Boolean): OasFragmentEmitter
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to Ensuring[OasFragmentEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): OasFragmentEmitter
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to Ensuring[OasFragmentEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): OasFragmentEmitter
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to Ensuring[OasFragmentEmitter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def extensionEmitter(): Seq[EntryEmitter]
    Definition Classes
    OasDocumentEmitter
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to StringFormat[OasFragmentEmitter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. implicit val shapeCtx: ShapeEmitterContext
    Attributes
    protected
    Definition Classes
    OasDocumentEmitter
  26. implicit val specCtx: OasSpecEmitterContext
    Definition Classes
    OasFragmentEmitterOasDocumentEmitter
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def versionEntry(b: EntryBuilder): Unit
    Attributes
    protected
    Definition Classes
    OasFragmentEmitterOasDocumentEmitter
  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 wrapDeclarations(emitters: Seq[EntryEmitter], ordering: SpecOrdering): Seq[EntryEmitter]
    Attributes
    protected
    Definition Classes
    OasDocumentEmitter
  34. def [B](y: B): (OasFragmentEmitter, B)
    Implicit
    This member is added by an implicit conversion from OasFragmentEmitter to ArrowAssoc[OasFragmentEmitter] 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 OasDocumentEmitter

Inherited from OasSpecEmitter

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped