Package play.data.validation
Annotation Interface Constraints.ValidateWith
- Enclosing class:
- Constraints
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy=ValidateWithValidator.class)
@Repeatable(List.class)
public static @interface Constraints.ValidateWith
Defines a custom validator.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@ValidateWithannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends Constraints.Validator> value
-
-