|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClassValidationElementHandler
An handler that handles class level validation dom elements and manipulates the validation configuration appropriately.
| Method Summary | |
|---|---|
void |
handle(org.w3c.dom.Element element,
MutableBeanValidationConfiguration configuration)
Handles the given element and and manipulates the given configuration appropriately. |
boolean |
supports(org.w3c.dom.Element element,
java.lang.Class clazz)
Determines whether this handler can handle the given element. |
| Method Detail |
|---|
boolean supports(org.w3c.dom.Element element,
java.lang.Class clazz)
element - The element to be handled.clazz - The validated class.
true if this handler can handle the given element, false otherwise.
void handle(org.w3c.dom.Element element,
MutableBeanValidationConfiguration configuration)
element - The element to be handled.configuration - The configuration to be manipulated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||