caliban.codegen

package caliban.codegen

Members list

Packages

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BuildInfo.type
final case class CalibanCommonSettings(clientName: Option[String], scalafmtPath: Option[String], headers: Seq[(String, String)], packageName: Option[String], genView: Option[Boolean], scalarMappings: Seq[(String, String)], imports: Seq[String], splitFiles: Option[Boolean], enableFmt: Option[Boolean], extensibleEnums: Option[Boolean], genType: GenType, effect: Option[String], abstractEffectType: Option[Boolean], preserveInputNames: Option[Boolean], supportIsRepeatable: Option[Boolean], addDerives: Option[Boolean], envForDerives: Option[String], excludeDeprecated: Option[Boolean], supportDeprecatedArgs: Option[Boolean])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object ClientWriter

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Codegen

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Codegen.type
object Formatter

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Formatter.type
final case class Options(schemaPath: String, toPath: String, fmtPath: Option[String], headers: Option[List[Header]], packageName: Option[String], clientName: Option[String], genView: Option[Boolean], effect: Option[String], scalarMappings: Option[Map[String, String]], imports: Option[List[String]], abstractEffectType: Option[Boolean], splitFiles: Option[Boolean], enableFmt: Option[Boolean], extensibleEnums: Option[Boolean], preserveInputNames: Option[Boolean], supportIsRepeatable: Option[Boolean], addDerives: Option[Boolean], envForDerives: Option[String], excludeDeprecated: Option[Boolean], supportDeprecatedArgs: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SchemaWriter

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def safeName(name: String): String

Concrete fields

val doubleQuotes: String
val reservedKeywords: Set[String]
val supportedScalars: Set[String]
val tripleQuotes: String