Skip to content

object-nullable-properties #32

@hauner

Description

@hauner

can't initialize a record property like this:

@Generated(value = "openapi-processor-core", version = "test")
public class Foo2(
    @JsonProperty("bar")
    JsonNullable<String> bar = JsonNullable.undefined()
) {}

should generate a default constructor that initializes the property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions