类 SpringValidator<T>

  • 所有已实现的接口:
    Validator<T>, org.springframework.beans.factory.InitializingBean

    public class SpringValidator<T>
    extends java.lang.Object
    implements Validator<T>, org.springframework.beans.factory.InitializingBean
    Adapts the Validator interface to Validator.
    作者:
    Tomas Slanina, Robert Kasanicky
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidafterPropertiesSet() 
      voidsetValidator​(org.springframework.validation.Validator validator) 
      voidvalidate​(T item)
      Method used to validate if the value is valid.
      • 从类继承的方法 java.lang.Object

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