- java.lang.Object
-
- org.hibernate.validator.internal.constraintvalidators.LengthValidator
-
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<Length,CharSequence>
public class LengthValidator
extends Object
implements javax.validation.ConstraintValidator<Length,CharSequence>
Check that the character sequence length is between min and max.
- Author:
- Emmanuel Bernard, Gavin King
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LengthValidator
public LengthValidator()
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved