Class B2BCartAddressValidator

  • All Implemented Interfaces:
    org.springframework.validation.Validator

    public class B2BCartAddressValidator
    extends java.lang.Object
    implements org.springframework.validation.Validator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean supports​(java.lang.Class<?> arg0)  
      void validate​(java.lang.Object obj, org.springframework.validation.Errors error)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • B2BCartAddressValidator

        public B2BCartAddressValidator()
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class<?> arg0)
        Specified by:
        supports in interface org.springframework.validation.Validator
      • validate

        public void validate​(java.lang.Object obj,
                             org.springframework.validation.Errors error)
        Specified by:
        validate in interface org.springframework.validation.Validator