Closed VictorKrapivin closed 5 years ago
JsonNullableValueExtractor changed: when field value is JsonNullable#undefined() (i.e. JsonNullable#isPresent() gives false) - then skip passing value to receiver for validation. So validation will not be applied.
Thanks a lot !
JsonNullableValueExtractor changed: when field value is JsonNullable#undefined() (i.e. JsonNullable#isPresent() gives false) - then skip passing value to receiver for validation. So validation will not be applied.