java.lang.Object
org.hibernate.validator.internal.constraintvalidators.hv.URLValidator
All Implemented Interfaces:
ConstraintValidator<URL,CharSequence>

public class URLValidator extends Object implements ConstraintValidator<URL,CharSequence>
Validate that the character sequence (e.g. string) is a valid URL using the java.net.URL constructor.
Author:
Hardy Ferentschik