c

amf.plugins.document.webapi.parser.spec.async.emitters

AsyncApiBindingsEntryEmitter

abstract class AsyncApiBindingsEntryEmitter extends EntryEmitter

Linear Supertypes
EntryEmitter, Emitter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncApiBindingsEntryEmitter
  2. EntryEmitter
  3. Emitter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncApiBindingsEntryEmitter(bindings: AmfElement, ordering: SpecOrdering, extensions: Seq[DomainExtension])(implicit spec: OasLikeSpecEmitterContext)

    bindings

    is an object which contain individual bindings. (ej. ServerBindings, OperationBindings, etc)

Abstract Value Members

  1. abstract def key: String

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def emit(b: EntryBuilder): Unit
    Definition Classes
    AsyncApiBindingsEntryEmitter → EntryEmitter
  7. def emitLink(l: Linkable): Option[EntryEmitter]
  8. def emitLink(b: PartBuilder): Unit
  9. def emitterForElement(element: AmfElement): Option[EntryEmitter]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def extensionEmitters: Seq[EntryEmitter]
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isLink: Boolean
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def obtainBindings(value: AmfElement): Seq[AmfElement]
  22. def obtainComponentTag(): String
  23. def position(): Position
    Definition Classes
    AsyncApiBindingsEntryEmitter → Emitter
  24. implicit val spec: OasLikeSpecEmitterContext
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from EntryEmitter

Inherited from Emitter

Inherited from AnyRef

Inherited from Any

Ungrouped