object autoImport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- autoImport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scalatsAddScalatsDependency(dependency: sbt.ModuleID): Seq[sbt.Def.Setting[_]]
- val scalatsAdditionalClasspath: TaskKey[Classpath]
- val scalatsCompilerPluginConf: SettingKey[sbt.File]
- lazy val scalatsDateAsString: Class[DateAsString]
- val scalatsDebug: SettingKey[Boolean]
- val scalatsDeclarationMappers: SettingKey[Seq[Class[_ <: DeclarationMapper]]]
- val scalatsDiscriminator: SettingKey[String]
- lazy val scalatsEnumerationAsEnum: Class[EnumerationAsEnum]
- val scalatsFieldMapper: SettingKey[Class[_ <: FieldMapper]]
-
lazy val
scalatsFilePrinter: PrinterSetting
Print one file per type
- val scalatsImportResolvers: SettingKey[Seq[Class[_ <: ImportResolver]]]
- val scalatsIndent: SettingKey[String]
- val scalatsLineSeparator: SettingKey[String]
- lazy val scalatsNullableAsOption: Class[NullableAsOption]
- lazy val scalatsNumberAsString: Class[NumberAsString]
- val scalatsOnCompile: SettingKey[Boolean]
- val scalatsOptionToNullable: SettingKey[Boolean]
- val scalatsPrepare: TaskKey[Boolean]
- val scalatsPrependEnclosingClassNames: SettingKey[Boolean]
- val scalatsPrinter: SettingKey[PrinterSetting]
-
def
scalatsPrinterForClass[C <: Printer](props: (String, String)*)(implicit ct: ClassTag[C]): PrinterSetting
- Annotations
- @SuppressWarnings()
-
def
scalatsPrinterInMemoryPrelude(content: String*): Option[PrinterPrelude]
- Annotations
- @inline()
- val scalatsPrinterPrelude: SettingKey[Option[PrinterPrelude]]
-
def
scalatsPrinterUrlPrelude(source: URL): Option[PrinterPrelude]
- Annotations
- @inline()
- def scalatsSingleFilePrinter(filename: String): PrinterSetting
- lazy val scalatsSingleFilePrinter: PrinterSetting
- lazy val scalatsSingletonAsLiteral: Class[SingletonAsLiteral]
- val scalatsSourceExcludes: SettingKey[Set[String]]
- val scalatsSourceIncludes: SettingKey[Set[String]]
- val scalatsTypeExcludes: SettingKey[Set[String]]
- val scalatsTypeIncludes: SettingKey[Set[String]]
- val scalatsTypeMappers: SettingKey[Seq[Class[_ <: TypeMapper]]]
- val scalatsTypeNaming: SettingKey[Class[_ <: TypeNaming]]
- lazy val scalatsUnionAsSimpleUnion: Class[UnionAsSimpleUnion]
- lazy val scalatsUnionWithLiteral: Seq[sbt.Def.Setting[_]]
- lazy val scalatsUnionWithLiteralSingletonImportResolvers: Class[UnionWithLiteralSingleton]
- lazy val scalatsValueClassAsTagged: Class[ValueClassAsTagged]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
Deprecated Value Members
-
def
scalatsTypeScriptDeclarationMappers: SettingKey[Seq[Class[_ <: DeclarationMapper]]]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsDeclarationMappers
-
def
scalatsTypeScriptFieldMapper: SettingKey[Class[_ <: FieldMapper]]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsFieldMapper
-
def
scalatsTypeScriptImportResolvers: SettingKey[Seq[Class[_ <: ImportResolver]]]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsImportResolvers
-
def
scalatsTypeScriptTypeMappers: SettingKey[Seq[Class[_ <: TypeMapper]]]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsTypeMappers
-
def
scalatsTypeScriptTypeNaming: SettingKey[Class[_ <: TypeNaming]]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsTypeNaming
-
def
scalatsTypescriptIndent: SettingKey[String]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsIndent
-
def
scalatsTypescriptLineSeparator: SettingKey[String]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.5.14) Use scalatsLineSeparator