package client3
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Codegen extends AnyRef
- case class CodegenConfig(handleErrors: Boolean = false, jsonLibrary: JsonLibrary = JsonLibrary.Circe, minimize: Boolean = true, typesMapping: TypesMapping = TypesMapping()) extends Product with Serializable
- 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
- case class CollectedOperation(path: String, method: Method, operation: SafeOperation) extends Product with Serializable
- class CoproductCollector extends AnyRef
- class ImportRegistry extends AnyRef
- sealed trait JsonLibrary extends AnyRef
- trait LogAdapter extends AnyRef
- case class Model(schemas: Map[SchemaRef, SafeSchema], classNames: Map[SchemaRef, ClassName], childToParentRef: Map[SchemaRef, List[SchemaRef]], typeMappings: TypesMapping) extends Product with Serializable
- class ProductCollector extends AnyRef
- class ReferenceCollector extends AnyRef
- case class TypesMapping(dateTime: Class[_] = classOf[LocalDateTime]) extends Product with Serializable
Value Members
- object EnumCollector
- object EnumGenerator
- object ImportRegistry
- object JsonLibrary
- object LogAdapter
- object Model extends Serializable
- object ModelGenerator