case class OasTypePartEmitter(shape: Shape, ordering: SpecOrdering, ignored: Seq[Field] = Nil, references: Seq[BaseUnit], pointer: Seq[String] = Nil, schemaPath: Seq[(String, String)] = Nil)(implicit spec: OasSpecEmitterContext) extends OasTypePartCollector with PartEmitter with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OasTypePartEmitter
- Serializable
- Serializable
- Product
- Equals
- PartEmitter
- Emitter
- OasTypePartCollector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OasTypePartEmitter(shape: Shape, ordering: SpecOrdering, ignored: Seq[Field] = Nil, references: Seq[BaseUnit], pointer: Seq[String] = Nil, schemaPath: Seq[(String, String)] = Nil)(implicit spec: OasSpecEmitterContext)
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
emit(b: PartBuilder): Unit
- Definition Classes
- OasTypePartEmitter → PartEmitter
-
def
emitter(pointer: Seq[String], schemaPath: Seq[(String, String)]): Either[PartEmitter, Seq[EntryEmitter]]
- Attributes
- protected
- Definition Classes
- OasTypePartCollector
-
def
emitter: Either[PartEmitter, Seq[EntryEmitter]]
- Attributes
- protected
- Definition Classes
- OasTypePartCollector
-
def
emitters(pointer: Seq[String], schemaPath: Seq[(String, String)]): Seq[Emitter]
- Attributes
- protected
- Definition Classes
- OasTypePartCollector
-
def
emitters: Seq[Emitter]
- Attributes
- protected
- Definition Classes
- OasTypePartCollector
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val ignored: Seq[Field]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val ordering: SpecOrdering
- val pointer: Seq[String]
-
def
position(): Position
- Definition Classes
- OasTypePartEmitter → Emitter
- val references: Seq[BaseUnit]
- val schemaPath: Seq[(String, String)]
- val shape: Shape
-
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( ... )