Target Type
data class TargetType(typeName: TypeName, constructor: TargetConstructor, properties: Map<String, TargetProperty>, typeVariables: List<TypeVariableName>, isDataClass: Boolean, visibility: KModifier)
Content copied to clipboard
A user type that should be decoded and encoded by generated code.
Constructors
TargetType
Link copied to clipboard
fun TargetType(typeName: TypeName, constructor: TargetConstructor, properties: Map<String, TargetProperty>, typeVariables: List<TypeVariableName>, isDataClass: Boolean, visibility: KModifier)
Content copied to clipboard
Properties
constructor
Link copied to clipboard
isDataClass
Link copied to clipboard
properties
Link copied to clipboard
typeVariables
Link copied to clipboard
visibility
Link copied to clipboard