Packages

package client3

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Codegen extends AnyRef
  2. case class CodegenConfig(handleErrors: Boolean, jsonLibrary: JsonLibrary, minimize: Boolean) extends Product with Serializable
  3. case class CodegenOutput(processedOps: Map[Option[String], List[Def]], enums: List[Enum], imports: List[Import], codecs: List[Stat], classes: List[Defn]) extends Product with Serializable
  4. case class CollectedOperation(path: String, method: Method, operation: SafeOperation) extends Product with Serializable
  5. class CoproductCollector extends AnyRef
  6. class ImportRegistry extends AnyRef
  7. sealed trait JsonLibrary extends AnyRef
  8. trait LogAdapter extends AnyRef
  9. case class Model(schemas: Map[SchemaRef, SafeSchema], classNames: Map[SchemaRef, ClassName], childToParentRef: Map[SchemaRef, List[SchemaRef]]) extends Product with Serializable
  10. class ProductCollector extends AnyRef
  11. class ReferenceCollector extends AnyRef

Value Members

  1. object EnumCollector
  2. object EnumGenerator
  3. object ImportRegistry
  4. object JsonLibrary
  5. object LogAdapter
  6. object Model extends Serializable
  7. object ModelGenerator

Ungrouped