Class Jsr380Validator

  • All Implemented Interfaces:
    Validator

    public class Jsr380Validator
    extends Object
    implements Validator
    This validator uses JSR 380 annotations. However, before attempting method and type validations it will first attempt field validations. This strategy prevents issues if one of the validated methods depends on one or more validated fields but those fields are invalid.