final class Settings extends AnyRef

Created by Milosz on 09.12.2016.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings(emitCodecs: EmitCodecs, optionToNullable: Boolean, prependEnclosingClassNames: Boolean, typescriptIndent: String, typescriptLineSeparator: TypeScriptLineSeparator, typeNaming: TypeScriptTypeNaming, fieldMapper: TypeScriptFieldMapper, discriminator: Discriminator)

    optionToNullable

    generate nullable type as T | null

Value Members

  1. val discriminator: Discriminator
  2. val emitCodecs: EmitCodecs
  3. def equals(that: Any): Boolean
    Definition Classes
    Settings → AnyRef → Any
  4. val fieldMapper: TypeScriptFieldMapper
  5. def hashCode(): Int
    Definition Classes
    Settings → AnyRef → Any
  6. val optionToNullable: Boolean
  7. val prependEnclosingClassNames: Boolean
  8. def toString(): String
    Definition Classes
    Settings → AnyRef → Any
  9. val typeNaming: TypeScriptTypeNaming
  10. val typescriptIndent: String
  11. val typescriptLineSeparator: TypeScriptLineSeparator