-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=URLEncodedConstraintValidator.class) @SelfDocumented @ReadMore(caption="What is URL encoded value?", link="https://en.wikipedia.org/wiki/Percent-encoding") public @interface URLEncoded
The annotated element must be a valid URL encoded value.- Since:
- 0.1
- Author:
- nedis
- See Also:
Base64URLEncoded,URI,URLEncodedConstraintValidator,URLEncoder,URLDecoder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows disabling the validation rule if this rule is inherited from super class.
-