Skip to content

No validation on constructing objects that have required fields #65

@xibz

Description

@xibz

If a field is required, then we should enforce it in the constructor or when calling build (if we have a builder).

/**
*
* (Required)
*
*/
@JsonProperty("id")
private String id;

But no validation

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