Skip to content

Kotlin data constructors suggestion #56

@Tusenka

Description

@Tusenka

Thank you for your mapper. It is very useful for apps.

I am using kotlin data classes with val params:
data class Person (
var id: Int?=null
val name: String
val documentId: String
...
)
I can't use empty constructor due to notNull notation.
I could be wrong, at present time mapper demands empty constructors.

Is it possible to add mapper that uses args constructor?

Thank you,
Irina

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions