Java org.springframework.validation Validator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.validation Validator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.validation Validator.

The text is from its open source code.

Implementation

org.springframework.validation.Validator has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
booleansupports(Class clazz)
Can this Validator #validate(Object,Errors) validate instances of the supplied clazz ?
voidvalidate(Object target, Errors errors)
Validate the supplied target object, which must be of a Class for which the #supports(Class) method typically has (or would) return true .