Class CollectionValidator

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

    public class CollectionValidator
    extends AbstractFieldValidator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValidator​(org.springframework.validation.Validator validator)  
      boolean supports​(java.lang.Class clazz)  
      void validate​(java.lang.Object object, org.springframework.validation.Errors errors)  
      • Methods inherited from class java.lang.Object

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

      • CollectionValidator

        public CollectionValidator()
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class clazz)
      • validate

        public void validate​(java.lang.Object object,
                             org.springframework.validation.Errors errors)
      • setValidator

        public void setValidator​(org.springframework.validation.Validator validator)