caliban.tools

package caliban.tools

Members list

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])

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Formatter

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self 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])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Options.type
object RemoteSchema

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait SchemaLoader

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SchemaLoader

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object SchemaWriter

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type SttpClient = SttpBackend[Task, Any]

Value members

Concrete methods

def safeName(name: String): String

Concrete fields

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