Package | Description |
---|---|
org.xmlfield.validation | |
org.xmlfield.validation.handlers |
Modifier and Type | Method and Description |
---|---|
Set<ConstraintViolation<Object>> |
XmlFieldValidator.validate(Object xmlFieldObject) |
Set<ConstraintViolation<Object>> |
XmlFieldValidator.validate(Object xmlFieldObject,
Class<?> group) |
Modifier and Type | Method and Description |
---|---|
Set<ConstraintViolation<Object>> |
RangeHandler.validate(Annotation a,
Method m,
Object o,
Class<?> group) |
Set<ConstraintViolation<Object>> |
SizeHandler.validate(Annotation a,
Method m,
Object o,
Class<?> group) |
Set<ConstraintViolation<Object>> |
NotEmptyHandler.validate(Annotation a,
Method m,
Object o,
Class<?> group) |
Set<ConstraintViolation<Object>> |
IHandler.validate(Annotation a,
Method m,
Object o,
Class<?> group) |
Set<ConstraintViolation<Object>> |
ValuesHandler.validate(Annotation a,
Method m,
Object xmlFieldObject,
Class<?> group) |
Copyright © 2011–2014. All rights reserved.