Packages

class AvroShapeEmitterContext extends AvroSpecEmitterContext

Linear Supertypes
AvroSpecEmitterContext, OasLikeSpecEmitterContext, SpecEmitterContext, DeclarationEmissionDecorator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroShapeEmitterContext
  2. AvroSpecEmitterContext
  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 AvroShapeEmitterContext(eh: AMFErrorHandler, config: RenderConfiguration)

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 AvroShapeEmitterContext to any2stringadd[AvroShapeEmitterContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AvroShapeEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to ArrowAssoc[AvroShapeEmitterContext] 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 config: RenderConfiguration
    Definition Classes
    AvroSpecEmitterContext
  11. val eh: AMFErrorHandler
    Definition Classes
    SpecEmitterContext
  12. def ensuring(cond: (AvroShapeEmitterContext) ⇒ Boolean, msg: ⇒ Any): AvroShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to Ensuring[AvroShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AvroShapeEmitterContext) ⇒ Boolean): AvroShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to Ensuring[AvroShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): AvroShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to Ensuring[AvroShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AvroShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to Ensuring[AvroShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. val factory: AvroSpecEmitterFactory
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to StringFormat[AvroShapeEmitterContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def getAvroType(shape: Shape): Option[String]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getRefEmitter: RefEmitter
    Definition Classes
    SpecEmitterContext
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def isComplex(shape: Shape): Boolean
  25. def isComplex(avroType: String): Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrimitive(shape: Shape): Boolean
  28. def isPrimitive(avroType: String): Boolean
  29. def localReference(reference: Linkable): PartEmitter
  30. def nameRegex: Regex
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. val options: RenderOptions
    Definition Classes
    SpecEmitterContext
  35. def ref(b: PartBuilder, url: String): Unit
    Definition Classes
    SpecEmitterContext
  36. val renderConfig: RenderConfiguration
    Definition Classes
    SpecEmitterContext
  37. def runAsDeclarations(fn: () ⇒ Unit): Unit
    Definition Classes
    DeclarationEmissionDecorator
  38. def schemaVersion: SchemaVersion
  39. def schemasDeclarationsPath: String
  40. val spec: Spec
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (AvroShapeEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from AvroShapeEmitterContext to ArrowAssoc[AvroShapeEmitterContext] 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 AvroSpecEmitterContext

Inherited from OasLikeSpecEmitterContext

Inherited from SpecEmitterContext

Inherited from DeclarationEmissionDecorator

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped