Class AddressValidator

  • All Implemented Interfaces:
    Interceptor, ValidateInterceptor

    public class AddressValidator
    extends java.lang.Object
    implements ValidateInterceptor
    Validator which checks if the specified RegionModel of the AddressModel belongs to the specified CountryModel of the AddressModel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onValidate​(java.lang.Object model, InterceptorContext ctx)
      Validates if the specified RegionModel of the AddressModel belongs to the specified CountryModel of the AddressModel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait