Package org.hibernate.validator.internal.constraintvalidators.bv

Examples of org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForNumber.initialize()


    descriptor.setValue( "value", 15L );
    descriptor.setValue( "message", "{validator.max}" );
    Max m = AnnotationFactory.create( descriptor );

    MaxValidatorForNumber constraint = new MaxValidatorForNumber();
    constraint.initialize( m );
    testMaxValidator( constraint, true );
  }

  @Test
  public void testIsValidDecimalMax() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.