case class AsyncApiBindingsEmitter(bindings: AmfElement, ordering: SpecOrdering, extensions: Seq[DomainExtension])(implicit spec: OasLikeSpecEmitterContext) extends AsyncApiBindingsEntryEmitter with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncApiBindingsEmitter
- Serializable
- Serializable
- Product
- Equals
- AsyncApiBindingsEntryEmitter
- EntryEmitter
- Emitter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncApiBindingsEmitter(bindings: AmfElement, ordering: SpecOrdering, extensions: Seq[DomainExtension])(implicit spec: OasLikeSpecEmitterContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bindings: AmfElement
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
emit(b: EntryBuilder): Unit
- Definition Classes
- AsyncApiBindingsEntryEmitter → EntryEmitter
-
def
emitLink(l: Linkable): Option[EntryEmitter]
- Definition Classes
- AsyncApiBindingsEntryEmitter
-
def
emitLink(b: PartBuilder): Unit
- Definition Classes
- AsyncApiBindingsEntryEmitter
-
def
emitterForElement(element: AmfElement): Option[EntryEmitter]
- Definition Classes
- AsyncApiBindingsEntryEmitter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extensionEmitters: Seq[EntryEmitter]
- Definition Classes
- AsyncApiBindingsEntryEmitter
- val extensions: Seq[DomainExtension]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- AsyncApiBindingsEntryEmitter
-
def
key: String
- Definition Classes
- AsyncApiBindingsEmitter → AsyncApiBindingsEntryEmitter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
obtainBindings(value: AmfElement): Seq[AmfElement]
- Definition Classes
- AsyncApiBindingsEntryEmitter
-
def
obtainComponentTag(): String
- Definition Classes
- AsyncApiBindingsEntryEmitter
- val ordering: SpecOrdering
-
def
position(): Position
- Definition Classes
- AsyncApiBindingsEntryEmitter → Emitter
-
implicit
val
spec: OasLikeSpecEmitterContext
- Definition Classes
- AsyncApiBindingsEmitter → AsyncApiBindingsEntryEmitter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()