public abstract class AbstractMethodValidator<H extends HeaderValidator,B extends BodyValidator> extends Object implements MethodValidator
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMethodValidator(List<H> headerValidators,
List<B> bodyValidators) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(javax.servlet.http.HttpServletRequest request,
MessageError messageError)
Common validator which validates request headers and body
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodNamepublic void validate(javax.servlet.http.HttpServletRequest request,
MessageError messageError)
validate in interface MethodValidatorrequest - HttpServletRequestmessageError - is populated by errors during validationCopyright © 2019. All rights reserved.