clazz
? This method is typically implemented like so:
return Foo.class.isAssignableFrom(clazz);(Where
Foo
is the class (or superclass) of the actual object instance that is to be {@link #validate(Object,Errors) validated}.)
@param clazz the {@link Class} that this {@link Validator} isbeing asked if it can {@link #validate(Object,Errors) validate}
@return true
if this {@link Validator} can indeed{@link #validate(Object,Errors) validate} instances of thesupplied clazz
|
|