- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.URLValidator
-
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<URL,CharSequence>
public class URLValidator
extends Object
implements javax.validation.ConstraintValidator<URL,CharSequence>
Validate that the character sequence (e.g. string) is a valid URL.
- Author:
- Hardy Ferentschik
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
URLValidator
public URLValidator()
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved