Class CurrencyValidatorForMonetaryAmount

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

public class CurrencyValidatorForMonetaryAmount extends Object implements ConstraintValidator<Currency,javax.money.MonetaryAmount>
Check that the validated MonetaryAmount is in the right CurrencyUnit.
Author:
Guillaume Smet