Interface UiCrossFieldChecks
Deprecated, for removal: This API element is subject to removal in a future version.
Bean validation constraint group used by UI for cross-field validation.
You can assign this group for constraints that must be checked only when instance is validated in UI detail view.
Cross field validation passes this group to
You can assign this group for constraints that must be checked only when instance is validated in UI detail view.
Cross field validation passes this group to
Validator.validate(Object, Class[])
without Default
group.
UiCrossFieldChecks
instead