Package co.yellowdog.platform.model.beanvalidation
package co.yellowdog.platform.model.beanvalidation
Contains types to support JSR-303 validation of YellowDog objects.
-
ClassDescriptionProvides method-based validation via JSR-303 for objects of the target type.The annotated class must satisfy any validation constraints defined on the specified custom validator class.Defines several
ValidatedBy
annotations on the same element.Performs custom validation of objects using type-specific concrete implementations of CustomValidator