org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdefinition
Class DummyLengthValidator
java.lang.Object
org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdefinition.LengthValidator
org.hibernate.jsr303.tck.tests.xmlconfiguration.constraintdefinition.DummyLengthValidator
- All Implemented Interfaces:
- javax.validation.ConstraintValidator<Length,String>
public class DummyLengthValidator
- extends LengthValidator
Check that a string's length is between min and max.
- Author:
- Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLengthValidator
public DummyLengthValidator()
Copyright © 2008-2011. All Rights Reserved.