Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.
This repository was archived by the owner on May 12, 2020. It is now read-only.

Support for private field validation. #44

@behroozkhorashadi

Description

@behroozkhorashadi

Currently Rave can only validate fields in a model that are exposed through public/protected getters and setters. This leaves private and some protected member fields of the model unvalidated and vulnerable to errors. We should add the ability for Rave to reflectively check private member fields and have an auto-value extension that generates validation for private and protected fields.

Alternatively we could use byte code injection to injected validation code right into the model.

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