public interface ValidatorRegistry
Strategy interface for looking up validators
Type Params | Return Type | Name and description |
---|---|---|
|
public org.springframework.context.MessageSource |
getMessageSource()
|
|
public org.springframework.validation.Validator |
getValidator(PersistentEntity entity) Looks up a validator for the given entity |
Looks up a validator for the given entity
entity
- The entity