Skip to content

Nullable properties or extensions for well known wrappers #127

@aszorenyi

Description

@aszorenyi

The library supports well known wrappers (Int32Value, StringValue etc.), the generated constructors has generated nullable wrapper variables (IntValue?, StringValue? etc.) but the properties are not null (paired with isSet properties).

Is it possible to have either generated nullable properties with the respective primitive (Int?, String? etc.) or to have generated extension properties (propertyNameOrNull) like with the default kotlinDSL proto gen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions