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