Class NegativeValidatorForMonetaryAmount

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.money.NegativeValidatorForMonetaryAmount
All Implemented Interfaces:
ConstraintValidator<Negative,javax.money.MonetaryAmount>

public class NegativeValidatorForMonetaryAmount extends Object implements ConstraintValidator<Negative,javax.money.MonetaryAmount>
Check that the number being validated positive.
Author:
Marko Bekhta
  • Constructor Details

    • NegativeValidatorForMonetaryAmount

      public NegativeValidatorForMonetaryAmount()
  • Method Details