final class Settings extends AnyRef
Created by Milosz on 09.12.2016.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
- val discriminator: Discriminator
- val emitCodecs: EmitCodecs
-
def
equals(that: Any): Boolean
- Definition Classes
- Settings → AnyRef → Any
- val fieldMapper: TypeScriptFieldMapper
-
def
hashCode(): Int
- Definition Classes
- Settings → AnyRef → Any
- val optionToNullable: Boolean
- val prependEnclosingClassNames: Boolean
-
def
toString(): String
- Definition Classes
- Settings → AnyRef → Any
- val typeNaming: TypeScriptTypeNaming
- val typescriptIndent: String
- val typescriptLineSeparator: TypeScriptLineSeparator