Class AbstractFieldValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFieldPath()
      Get the field path being validated.
      void setFieldPath​(java.lang.String fieldPath)
      Set the field path that needs to be validated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.validation.Validator

        supports, validate
    • Constructor Detail

      • AbstractFieldValidator

        public AbstractFieldValidator()
    • Method Detail

      • getFieldPath

        public java.lang.String getFieldPath()
        Get the field path being validated.
        Returns:
        current field path being validated.
      • setFieldPath

        public void setFieldPath​(java.lang.String fieldPath)
        Set the field path that needs to be validated.
        Parameters:
        fieldPath - field path to be validated.