Packages

c

amf.shapes.internal.spec.common.emitter

Raml10ShapeEmitterContext

class Raml10ShapeEmitterContext extends RamlShapeEmitterContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Raml10ShapeEmitterContext
  2. RamlShapeEmitterContext
  3. ShapeEmitterContext
  4. DeclarationEmissionDecorator
  5. SpecAwareEmitterContext
  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 Raml10ShapeEmitterContext(eh: AMFErrorHandler, options: RenderOptions)

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 Raml10ShapeEmitterContext to any2stringadd[Raml10ShapeEmitterContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Raml10ShapeEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to ArrowAssoc[Raml10ShapeEmitterContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annotationEmitter(e: DomainExtension, default: SpecOrdering): EntryEmitter
  7. def arrayEmitter(asOasExtension: String, f: FieldEntry, ordering: SpecOrdering): EntryEmitter
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def customFacetsEmitter(f: FieldEntry, ordering: SpecOrdering, references: Seq[BaseUnit]): CustomFacetsEmitter
  11. val eh: AMFErrorHandler
  12. def ensuring(cond: (Raml10ShapeEmitterContext) ⇒ Boolean, msg: ⇒ Any): Raml10ShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to Ensuring[Raml10ShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Raml10ShapeEmitterContext) ⇒ Boolean): Raml10ShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to Ensuring[Raml10ShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Raml10ShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to Ensuring[Raml10ShapeEmitterContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Raml10ShapeEmitterContext
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to Ensuring[Raml10ShapeEmitterContext] 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. def facetsInstanceEmitter(extension: ShapeExtension, ordering: SpecOrdering): FacetsInstanceEmitter
  19. def filterLocal[T <: DomainElement](elements: Seq[T]): Seq[T]
    Definition Classes
    DeclarationEmissionDecorator
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to StringFormat[Raml10ShapeEmitterContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isAsync: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isJsonSchema: Boolean
  27. def isOas3: Boolean
  28. def isOasLike: Boolean
  29. def isRaml: Boolean
  30. def localReference(shape: Shape): PartEmitter
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val options: RenderOptions
  35. def ref(b: PartBuilder, url: String): Unit
  36. def runAsDeclarations(fn: () ⇒ Unit): Unit
    Definition Classes
    DeclarationEmissionDecorator
  37. def schemaVersion: SchemaVersion
  38. def spec: Spec
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def tagToReferenceEmitter(l: DomainElement with Linkable, refs: Seq[BaseUnit]): PartEmitter
  41. def toOasNext: OasLikeShapeEmitterContext
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def typesEmitter: (AnyShape, SpecOrdering, Option[AnnotationsEmitter], Seq[Field], Seq[BaseUnit]) ⇒ RamlTypePartEmitter
  44. def typesKey: YNode
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. def [B](y: B): (Raml10ShapeEmitterContext, B)
    Implicit
    This member is added by an implicit conversion from Raml10ShapeEmitterContext to ArrowAssoc[Raml10ShapeEmitterContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from RamlShapeEmitterContext

Inherited from ShapeEmitterContext

Inherited from SpecAwareEmitterContext

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped