Interface ValidationGroups
public interface ValidationGroups
Used in conjunction with the jakarta.validation annotations to specify the various groups in annotation. This is by
no means intended to be an exhaustive listing of various use-cases for validation. Rather, this is intended to
house the most generic and commonly used.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Used in the context of inserting the object in the database for the first time.static interface
Used when the value is read or referenced.static interface
Used in the context of updating an object, such as when used ina PUT request.