object Code extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Code
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CaseClass(name: String, fields: List[Field], companionObject: Option[Object]) extends ScalaType with Product with Serializable
- sealed trait CodecType extends AnyRef
- sealed trait Collection extends ScalaType
- final case class EndpointCode(method: Method, pathPatternCode: PathPatternCode, queryParamsCode: Set[QueryParamCode], headersCode: HeadersCode, inCode: InCode, outCodes: List[OutCode], errorsCode: List[OutCode]) extends Code with Product with Serializable
- final case class Enum(name: String, cases: List[CaseClass], caseNames: List[String] = Nil, discriminator: Option[String] = None, noDiscriminator: Boolean = false, schema: Boolean = true) extends ScalaType with Product with Serializable
- sealed abstract case class Field extends Code with Product with Serializable
- final case class File(path: List[String], pkgPath: List[String], imports: List[Import], objects: List[Object], caseClasses: List[CaseClass], enums: List[Enum]) extends Code with Product with Serializable
- final case class Files(files: List[File]) extends Code with Product with Serializable
- final case class HeaderCode(name: String) extends Product with Serializable
- final case class HeadersCode(headers: List[HeaderCode]) extends Product with Serializable
- sealed trait Import extends Code
- final case class InCode(inType: String, name: Option[String], doc: Option[String], streaming: Boolean) extends Product with Serializable
- final case class Object(name: String, schema: Boolean, endpoints: Map[Field, EndpointCode], objects: List[Object], caseClasses: List[CaseClass], enums: List[Enum]) extends ScalaType with Product with Serializable
- final case class OutCode(outType: String, status: Status, mediaType: Option[String], doc: Option[String], streaming: Boolean) extends Product with Serializable
- final case class PathPatternCode(segments: List[PathSegmentCode]) extends Product with Serializable
- final case class PathSegmentCode(name: String, segmentType: CodecType) extends Product with Serializable
- sealed trait Primitive extends ScalaType
- final case class QueryParamCode(name: String, queryType: CodecType) extends Product with Serializable
- sealed trait ScalaType extends Code
- final case class TypeRef(name: String) extends ScalaType with Product with Serializable
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object CaseClass extends Serializable
- object CodecType
- object Collection extends Serializable
- object Field extends Serializable
- object HeadersCode extends Serializable
- object Import extends Serializable
- object InCode extends Serializable
- object Object extends Serializable
- object OutCode extends Serializable
- object PathSegmentCode extends Serializable
- object Primitive extends Serializable
- object ScalaType extends Serializable