object Code extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Code
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- final case class Field(name: String, fieldType: ScalaType) 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]) 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]) 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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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