Annotation Interface IntegerString
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
@Constraint(validatedBy=IntegerStringValidator.class)
public @interface IntegerString
Checks if a string is convertable to
Integer.- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
message
String messageReturns message ID.- Returns:
- message ID
- Default:
"{jp.ecuacion.lib.validation.constraints.IntegerString.message}"
-
groups
-
payload
-