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