Packages

c

amf.apicontract.internal.spec.async.emitters.context

Async20SpecEmitterContext

class Async20SpecEmitterContext extends AsyncSpecEmitterContext

Linear Supertypes
AsyncSpecEmitterContext, OasLikeSpecEmitterContext, SpecEmitterContext, DeclarationEmissionDecorator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Async20SpecEmitterContext
  2. AsyncSpecEmitterContext
  3. OasLikeSpecEmitterContext
  4. SpecEmitterContext
  5. DeclarationEmissionDecorator
  6. AnyRef
  7. 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 Async20SpecEmitterContext(eh: AMFErrorHandler, refEmitter: RefEmitter = AsyncRefEmitter, config: RenderConfiguration, schemaVersion: SchemaVersion = JSONSchemaDraft7SchemaVersion)

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 Async20SpecEmitterContext to any2stringadd[Async20SpecEmitterContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Async20SpecEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to ArrowAssoc[Async20SpecEmitterContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val anyOfKey: String
    Definition Classes
    OasLikeSpecEmitterContext
  7. def arrayEmitter(key: String, f: FieldEntry, ordering: SpecOrdering, valuesTag: YType): EntryEmitter
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. val eh: AMFErrorHandler
    Definition Classes
    SpecEmitterContext
  11. def ensuring(cond: (Async20SpecEmitterContext) ⇒ Boolean, msg: ⇒ Any): Async20SpecEmitterContext
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to Ensuring[Async20SpecEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (Async20SpecEmitterContext) ⇒ Boolean): Async20SpecEmitterContext
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to Ensuring[Async20SpecEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): Async20SpecEmitterContext
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to Ensuring[Async20SpecEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): Async20SpecEmitterContext
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to Ensuring[Async20SpecEmitterContext] 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. val factory: AsyncSpecEmitterFactory
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getRefEmitter: RefEmitter
    Definition Classes
    SpecEmitterContext
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def localReference(reference: Linkable): PartEmitter
  23. val nameRegex: Regex
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. val options: RenderOptions
    Definition Classes
    SpecEmitterContext
  28. def ref(b: PartBuilder, url: String, l: Linkable = AnyShape()): Unit
    Definition Classes
    SpecEmitterContext
  29. val renderConfig: RenderConfiguration
    Definition Classes
    SpecEmitterContext
  30. def runAsDeclarations(fn: () ⇒ Unit): Unit
    Definition Classes
    DeclarationEmissionDecorator
  31. val schemaVersion: SchemaVersion
  32. def schemasDeclarationsPath: String
  33. val spec: Spec
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def [B](y: B): (Async20SpecEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to ArrowAssoc[Async20SpecEmitterContext] 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
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Async20SpecEmitterContext to StringFormat[Async20SpecEmitterContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from AsyncSpecEmitterContext

Inherited from OasLikeSpecEmitterContext

Inherited from SpecEmitterContext

Inherited from DeclarationEmissionDecorator

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped