|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationRegistryManager
ValidationRegistryManager implementations are able to
authoritatively return a Validator instance that is suitable
for a given domain object.
Implementations are free to implement their own strategy for maintaining the
list of Validators, or create them on-demand if preferred.
This interface is non-prescriptive.
| Method Summary | |
|---|---|
Validator |
findValidator(Class domainClass)
Obtains the Validator that applies for a given domain
object class. |
| Method Detail |
|---|
Validator findValidator(Class domainClass)
Validator that applies for a given domain
object class.
domainClass - that a Validator is required for
Validator, or null if no
Validator is known for the indicated
domainClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||