Interface ErrorFactory
- All Known Implementing Classes:
DefaultErrorFactory
public interface ErrorFactory
Factory to creates instance of
Errors-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.validation.ErrorscreateInstance(Object object) Creates instance ofErrors
-
Method Details
-
createInstance
Creates instance ofErrors- Parameters:
object- the object target to be wrapped- Returns:
- a
Errorsinstance
-