Interface ErrorFactory

All Known Implementing Classes:
DefaultErrorFactory

public interface ErrorFactory
Factory to creates instance of Errors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.validation.Errors
    Creates instance of Errors
  • Method Details

    • createInstance

      org.springframework.validation.Errors createInstance(Object object)
      Creates instance of Errors
      Parameters:
      object - the object target to be wrapped
      Returns:
      a Errors instance