Package org.codelibs.fess.validation
Annotation Type UriType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented @Constraint(validatedBy=UriTypeValidator.class) public @interface UriType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description UriTypeValidator.ProtocolTypeprotocolType
-
-
-
Element Detail
-
protocolType
UriTypeValidator.ProtocolType protocolType
-
-
-
message
String message
- Default:
- "{org.lastaflute.validator.constraints.UriType.message}"
-
-
-
groups
Class<?>[] groups
- Default:
- {}
-
-
-
payload
Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
-
-